mik-laj commented on a change in pull request #21363:
URL: https://github.com/apache/airflow/pull/21363#discussion_r800237599
##########
File path: setup.py
##########
@@ -246,6 +246,7 @@ def write_version(filename: str = os.path.join(*[my_dir,
"airflow", "git_version
]
databricks = [
'requests>=2.26.0, <3',
+ 'databricks-sql-connector>=1.0.0, <2.0.0',
Review comment:
This library has a license defect. We can't use it
yet.https://github.com/apache/airflow/issues/21030#issuecomment-1019363435
Do you consider using any alternative e.g. databricks-dbapi?
--
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]