v4.0.0
Whats changed
- Split the connector into two separate packages:
databricks-sql-connectoranddatabricks-sqlalchemy. Thedatabricks-sql-connectorpackage contains the core functionality of the connector, while thedatabricks-sqlalchemyGithub contains the SQLAlchemy dialect for the connector. (#444 by @jprakash-db) - Pyarrow dependency is now optional in
databricks-sql-connector. Users needing arrow are supposed to explicitly install pyarrow
Full Changelog: v3.6.0...v4.0.0