Skip to content

Commit b3c72c3

Browse files
authored
attempt to remove dbt-databricks restriction (#2025)
1 parent d48e82d commit b3c72c3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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)