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

I followed the instructions on [this](https://docs.databricks.com/en/dev-tools/sqlalchemy.html#language-SQL%C2%A0warehouse) page to create a SQLAlchemy engine and used it with the Pandas `to_sql()` method. It's taking around 2 seconds to append one data point...

Hi, today we were troubleshooting a process that uses databricks-sql-python. The connection hangs if the token is null. Evidence to reproduce: ![image](https://github.com/user-attachments/assets/1943154d-2f1c-4da0-ba11-6a16f6f27214) (The cell never ends) Generating token it ends...