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

Databricks SQL Connector for Python

Results 165 databricks-sql-python issues
Sort by recently updated
recently updated
newest added

Thrift v0.22.0 has addressed this warning which is constantly being emitted when using dbt-databricks: `WARNING:thrift.transport.sslcompat:using legacy validation callback` Is it possible to upgrade to thrift v0.22.0? Right now the dependency...

## What type of PR is this? - [x] Bug Fix A... type signature bug fix. ## Description This is a stab at fixing https://github.com/databricks/databricks-sql-python/issues/669 by making some incomplete types...

Hi! I am trying to insert an string array into a table with an ARRAY column, but it doesn't seem to register my Python string list. ```sql CREATE TABLE prod_catalog.eu_projects.project_export...

# Contributing Guide We happily welcome contributions to the `databricks-sql-connector` package. We use [GitHub Issues](https://github.com/databricks/databricks-sql-python/issues) to track community reported issues and [GitHub Pull Requests](https://github.com/databricks/databricks-sql-python/pulls) for accepting changes. Contributions are licensed...

# Overview When I try to use different versions of python to connect to a databricks environment, I get an SSL certificate issue. It appears to be resolved in 3.11.13...

* Introduced _arrow_pandas_type_override and _arrow_to_pandas_kwargs in Connection class for customizable dtype mapping and DataFrame construction parameters. * Updated ResultSet to utilize these new options during conversion from Arrow tables to...

#621 by @jprakash-db added a great feature that we will be testing ASAP. Since Entra ID authentication seems to be getting upgraded, I wanted to ask about interactive login. Using...

## What type of PR is this? - [x] Refactor - [ ] Feature - [ ] Bug Fix - [ ] Other ## Description Refactored the retry handling mechanism...

I've submitted two PRs here and I don't think there's a point to making me see that black --check failed and then applying black again. I think you can just...

enhancement
good first issue

As we all know, Databricks has a [VARIANT data type](https://docs.databricks.com/aws/en/sql/language-manual/sql-ref-datatypes) that is more performant than standard JSON strings for nested data. However, I don't understand how I am supposed to...