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

Databricks SQL Connector for Python

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

Problem: When try except catching errors and logging them I occasionally get this TypeError ```python ... try: with connection.cursor() as cursor: cursor.execute(query) ... except databricks.sql.Error as e: logger.debug(f"{str(e)}: failed to...

## Description Added the Json type in the sqlalchemy types file to handle the compilation of Json to string

I am working on upgrading our ecosystem to use numpy >= 2.0.2 which currently breaks at your package. Afaik you don't use numpy in your code except for testing. Thus,...

In your document https://docs.databricks.com/en/dev-tools/sqlalchemy.html it mention we need python

We need pyarrow 17 in one of our projects, because of other dependency constraints. However, we also need 3.3.0, because we are facing unstable database connections with this library's version...

Do you have any plans to support the VARIANT data type in the near future?

question

(v3.3.0) When attempting to follow the documentation for [M2M authentication](https://docs.databricks.com/en/dev-tools/python-sql-connector.html#auth-m2m) I get an error that after tons of digging seems to be the result of a bug. Specifically, there's a...

While running the databricks query, the query submission and response is taking a lot of time to return back although actual runtime in the query history is within a second....

When will pandas 2.2 be supported? Current pypi release 3.3.0 on install downgrades pandas to 2.1.4. Thank you.