alexott commented on code in PR #22223: URL: https://github.com/apache/airflow/pull/22223#discussion_r857098184
########## docs/apache-airflow-providers-databricks/index.rst: ########## @@ -80,7 +80,8 @@ PIP requirements PIP package Version required ============================ =================== ``apache-airflow`` ``>=2.1.0`` -``databricks-sql-connector`` ``>=1.0.2, <2.0.0`` +``databricks-sql-connector`` ``>=2.0.0, <3.0.0`` Review Comment: Sources are included into package itself, as dev team is still working on extraction of source code into a separate repository. But I've put an unofficial repository with code for all released versions based on the source code from PyPi: https://github.com/alexott/databricks-sql-connector-unofficial The new version is primarily refactoring, plus some additional connection parameters (catalog/schema/http_headers). I've also addressed other review comments -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
