databricks-sql-go icon indicating copy to clipboard operation
databricks-sql-go copied to clipboard

Golang database/sql driver for Databricks SQL.

Results 63 databricks-sql-go issues
Sort by recently updated
recently updated
newest added

[PECO-1752] This PR is an attempt to fix a CloudFetch error "row number N is not contained in any arrow batch". See also databricks/databricks-sql-python#405 - basically, the same issue, the...

We are using this library in our connector: https://github.com/estuary/connectors/tree/main/materialize-databricks We have been seeing this log from the library: ``` RoundTripper returned a response & error; ignoring response ``` I did...

I am using the driver to run a data migration. When dealing with a table of 24 million rows and 9 columns, the performance is excellent when I fetch 10...

Querying with unnamed arguments raises this error: ``` ERR databricks: failed to run query error="[INVALID_PARAMETER_MARKER_VALUE.DUPLICATE_NAME] An invalid parameter mapping was provided: multiple parameter mappings were given with the name ''....

Do we have any sort of timeline on when this feature would be integrated to the driver? https://learn.microsoft.com/en-us/azure/databricks/dev-tools/auth/#--supported-authentication-types-by-azure-databricks-tool-or-sdk

I am facing an issue when trying to connect to Databricks using usql. Even when using the correct credentials, typing the command: ```bash usql databricks://token:dapi*****@adb-*************.azuredatabricks.net:443/sql/protocolv1/o/*********/******* ``` The credentials and URL...

Details can be seen here https://github.com/databricks/databricks-sql-go/issues/223

Fixes https://github.com/databricks/databricks-sql-go/issues/242 Fixes https://github.com/databricks/databricks-sql-go/issues/231 This needs to actually pass ctx so custom authenticators can make use of the context.

I am not sure if this is the right place for this but we noticed that we no longer see the user agent details showing up and instead we see...

https://github.com/databricks/databricks-sql-go/blob/93222abd7f5be64af98bd90fe8d60972d365eda6/internal/client/client.go#L162-L171 This needs to actually pass `ctx` so custom authenticators can make use of the context. The bug was introduced here: https://github.com/databricks/databricks-sql-go/pull/60/files#diff-3b1f8149deb45d304c69c856bcd1b9b628961fb6000486cb39172a99cb8de514L91-R90