Skip to content

Commit

Permalink
Limit databricks-sql-connector
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed Aug 11, 2023
1 parent 50aef0b commit e56f3f9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion python-sdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,10 @@ ftp = [
openlineage = ["openlineage-airflow>=0.17.0"]

databricks = ["databricks-cli",
"apache-airflow-providers-databricks"]
"apache-airflow-providers-databricks",
# TODO: Remove this once https://github.com/databricks/databricks-sql-python/pull/191 released
"databricks-sql-connector<2.9.0",
]

mssql = [
"apache-airflow-providers-microsoft-mssql>=3.2",
Expand All @@ -115,6 +118,8 @@ all = [
"sqlalchemy-bigquery>=1.3.0",
"databricks-cli",
"apache-airflow-providers-databricks",
# TODO: Remove this once https://github.com/databricks/databricks-sql-python/pull/191 released
"databricks-sql-connector<2.9.0",
"s3fs",
"protobuf",
"openlineage-airflow>=0.17.0",
Expand Down

0 comments on commit e56f3f9

Please sign in to comment.