feat(go/adbc/driver/bigquery): support service account impersonation#3488
Closed
zoltanersek wants to merge 77 commits intoapache:mainfrom
Closed
feat(go/adbc/driver/bigquery): support service account impersonation#3488zoltanersek wants to merge 77 commits intoapache:mainfrom
zoltanersek wants to merge 77 commits intoapache:mainfrom
Conversation
…mpty arrow iterator (#1)
…gurable (#5) * Expose BigQuery OAuth access token endpoint as config option * suggestions --------- Co-authored-by: Craig Squire <677724+csquire@users.noreply.github.com>
…rs for c_str options
…n clusters (#9) Co-authored-by: Felipe Oliveira Carvalho <felipekde@gmail.com>
ADBC Libraries 18
Conflicts:
go/adbc/driver/bigquery/connection.go
go/adbc/driver/snowflake/driver_test.go
go/adbc/driver/snowflake/snowflake_database.go
go/adbc/go.mod
go/adbc/go.sum
Very minor conflicts.
`go mod tidy` didn't create any noise in `go.sum`.
Compilation of all Go drivers succeeds.
cd go/adbc/pkg
make clean && make
Merge tag 'apache-arrow-adbc-18' into main
* Put "42S02" in a constant * fix(go/adbc): Forward SQLSTATE and vendor code
fix(driver/snowflake): correct boolean type conversion
…QLSTATE (#23) Pass SQLState through. Include fallback vendor code and error string. Keep regex for extracting SQLState embedded error message, which is what dbx likes to do, strict in what's permissed since we're taking precisely 5 bytes following the SQLSTATE string.
feat(go/adbc/driver/databricks): Process DBX Manifest Schema into Arrow Schema
… design. Bump gosnowflake. (#57) * Add hooks for configuring lease timeouts without disturbing singleton design. * lint. * Bump gosnowflake for upstream changes.
…61) * Returns query_id in schema metadata * bump the gosnowflake version * fix: it should be on the schema level
…pdating column desc (#62)
… that don't exist yet
* Update data transform name * revise the error messages; allow configuring data_transform_run_timeout * improve errors, indicates when it's a timeout fix the option name * exclude more fields * Implements GetDataStream * errors cleanups
The driver wasn't return a lot of the metadata available to the Go SDK. This commit adds (most of) that data.
…pache#3174) Closes apache#3168 --------- Signed-off-by: Yu Ishikawa <yu-iskw@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.