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

Hello, Databricks SQL driver licensed under Apache-2.0 license. A dependency - `github.com/hashicorp/go-retryablehttp` licensed under Mozilla Public License - 2.0. MPL-2 license has a difference with Apache-2.0 license in requirement of...

When trying to vendor this package into a bazel environment, tools.go package name "tools" is conflicting with the rest of the go files. This is due to the fact that...

Sessions time out. And a connection is associated with a session. If the user does not set max connection idle timeout, it is possible that they'll get errors on session...

bug

In case there are instances of Databricks where username and password are supported, we should also support it. Signed-off-by: Andre Furlan

Currently using the Databricks ODBC driver, but would like to test this driver out as an alternative. Can't create tokens in Databricks community edition so can't test it. This change...

It would be good to directly expose metrics should as query time elapsed. Gotta think about more. If you have any ideas/suggestions please comment in this issue.

enhancement

### Reuse http client across connections Go http client is meant to be reused as it has its own connection pool. This would reduce the need to many https handshakes...

enhancement

## PoC on one approach of supporting true async apis. ### Goal The goal is to support server restart while a query is running. It is not the goal to...