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

Golang database/sql driver for Databricks SQL.

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

How can i use an access token from microsoft extra id if i already have it somewhere as a string (like a variable somewhere) to connect? https://community.databricks.com/t5/community-discussions/azure-oauth-passthrough-with-the-go-driver/td-p/66491

We started getting "context deadline exceeded" after upgrade from 1.4.0 to 1.5.3 This happens during inital connection to the warehouse. We are getting that error on multiple Databricks warehouses from...

That way we can programmatically add arguments to the `NewConnector` function instead of copy/pasting all of them across conditionals. For extra context we'd like to not repeat code everywhere depending...

enhancement

With 1.3.1 upgrade, we start to get this error when we try to run SELECT queries and when downgraded to 1.3.0, this issue is no longer there. Below is the...

bug

Hello, I found a data race with reading data from Databricks simultaneously. For example, from different tables or reading catalogs metadata simultaneously. A code to reproduce data race is ```...

bug

Hello, We have noticed a bug that happens when we send a Ping to wake a warehouse up, the warehouse will be woken up and our query will succeed in...

bug

I have a table that has a column `AMOUNTS` with a type `array`, which I expect to scan into a field type `[]float64`. This is the test I wrote to...

bug

I upgraded by golang application from go 1.20 to go 1.21, after which on running go build I am getting the below error. `#15 ERROR: process "/bin/sh -c GOOS=$TARGETOS CGO_ENABLED=1...

Hey team, Databricks customer here! (related internal Help ticket 00404964) --- **Context** - We use this library to provide access to our data core to our API, for serving customers...