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



##########
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:
       @mik-laj @alexott, 
   I have 2 questions,
   
   1. Is it okay to use a library not having code publically available? I 
personally think, it is not.
   2. As Databricks API 2.1 is already available as OpenAPI, How difficult  
it's gonna be in the future to upgrade if we don't have opensource repository.




-- 
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]


Reply via email to