Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit f79c3ec

Browse files
authored
Remove databricks-sql-connector from pyproject.toml (#2131)
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.
1 parent 23a5ec1 commit f79c3ec

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

python-sdk/pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ openlineage = [
9292
databricks = [
9393
"databricks-cli",
9494
"apache-airflow-providers-databricks",
95-
# TODO: Remove this once https://github.com/databricks/databricks-sql-python/pull/191 released
96-
"databricks-sql-connector<2.9.0",
9795
]
9896

9997
mssql = [
@@ -121,8 +119,6 @@ all = [
121119
"sqlalchemy-bigquery>=1.3.0",
122120
"databricks-cli",
123121
"apache-airflow-providers-databricks",
124-
# TODO: Remove this once https://github.com/databricks/databricks-sql-python/pull/191 released
125-
"databricks-sql-connector<2.9.0",
126122
"s3fs",
127123
"protobuf",
128124
"apache-airflow-providers-openlineage>=1.4.0",

0 commit comments

Comments
 (0)