eladkal commented on code in PR #32221: URL: https://github.com/apache/airflow/pull/32221#discussion_r1356639135
########## airflow/providers/databricks/provider.yaml: ########## @@ -122,3 +124,10 @@ connection-types: extra-links: - airflow.providers.databricks.operators.databricks.DatabricksJobRunLink + +additional-extras: + # pip install apache-airflow-providers-databricks[sdk] + - name: sdk + description: Install Databricks SDK + dependencies: + - databricks-sdk==0.10.0 Review Comment: same question ########## airflow/providers/databricks/provider.yaml: ########## @@ -60,11 +60,13 @@ dependencies: # The 2.9.1 (to be released soon) already contains the fix - databricks-sql-connector>=2.0.0, <3.0.0, !=2.9.0 - aiohttp>=3.6.3, <4 + - databricks-sdk==0.10.0 Review Comment: Why limit to specific version? we rarely do this I also don't understand if this is dependency or extra dependency ? -- 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]
