Skip to content

Commit b9d690c

Browse files
committed
attempt to remove dbt-databricks restriction
1 parent 382b865 commit b9d690c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ dbt-snowflake = {version = ">=0.20,<2.0.0", optional = true}
4040
dbt-bigquery = {version = ">=0.20,<2.0.0", optional = true}
4141
dbt-redshift = {version = ">=0.20,<2.0.0", optional = true}
4242
dbt-postgres = {version = ">=0.20,<2.0.0", optional = true}
43-
# TODO: change back to <2.0.0 once we have a fix for https://github.com/elementary-data/elementary/issues/1931
44-
dbt-databricks = {version = ">=0.20,<1.10.2", optional = true}
43+
dbt-databricks = {version = ">=0.20,<2.0.0", optional = true}
4544
dbt-spark = {version = ">=0.20,<2.0.0", optional = true}
4645
dbt-athena-community = {version = ">=1.6.3,<2.0.0", optional = true}
4746
dbt-trino = {version = ">=1.5.0,<2.0.0", optional = true}

0 commit comments

Comments
 (0)