You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/02/06 21:54:38 UTC

[GitHub] [airflow] alexott commented on a change in pull request #21363: Databricks SQL operator

alexott commented on a change in pull request #21363:
URL: https://github.com/apache/airflow/pull/21363#discussion_r800238003



##########
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:
       That alternative requires an installation of additional components like odbc driver, that isn’t straightforward. I’ll try to clear licensing issue with dev team




-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org