databricks-sql-python
databricks-sql-python copied to clipboard
Databricks SQL Connector for Python
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:  (The cell never ends) Generating token it ends...