Skip to content

Commit

Permalink
Remove databricks-sql-connector from pyproject.toml (#2131)
Browse files Browse the repository at this point in the history
We included the `databricks-sql-connector` dependency due to the reasons
stated in the GitHub issue
databricks/databricks-sql-python#190. Now that
this issue has been fixed, we should remove this dependency.
  • Loading branch information
pankajastro authored Mar 26, 2024
1 parent 23a5ec1 commit f79c3ec
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions python-sdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ openlineage = [
databricks = [
"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",
]

mssql = [
Expand Down Expand Up @@ -121,8 +119,6 @@ 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",
"apache-airflow-providers-openlineage>=1.4.0",
Expand Down

0 comments on commit f79c3ec

Please sign in to comment.