eladkal commented on code in PR #50392:
URL: https://github.com/apache/airflow/pull/50392#discussion_r2084392394
##########
providers/databricks/pyproject.toml:
##########
@@ -58,9 +58,11 @@ requires-python = "~=3.9"
# After you modify the dependencies, and rebuild your Breeze CI image with
``breeze ci-image build``
dependencies = [
"apache-airflow>=2.10.0",
+ "apache-airflow-providers-common-compat>=1.6.0",
"apache-airflow-providers-common-sql>=1.21.0",
"requests>=2.31.0,<3",
"databricks-sql-connector>=3.0.0",
+ "databricks-sqlalchemy>=1.0.2,<2",
Review Comment:
Why are we using <2 ?
This will just cause us pain when migrating later to >=2
can we just be compatible with >=2?
--
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]