We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d48e82d commit b3c72c3Copy full SHA for b3c72c3
1 file changed
pyproject.toml
@@ -40,8 +40,7 @@ dbt-snowflake = {version = ">=0.20,<2.0.0", optional = true}
40
dbt-bigquery = {version = ">=0.20,<2.0.0", optional = true}
41
dbt-redshift = {version = ">=0.20,<2.0.0", optional = true}
42
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}
+dbt-databricks = {version = ">=0.20,<2.0.0", optional = true}
45
dbt-spark = {version = ">=0.20,<2.0.0", optional = true}
46
dbt-athena-community = {version = ">=1.6.3,<2.0.0", optional = true}
47
dbt-trino = {version = ">=1.5.0,<2.0.0", optional = true}
0 commit comments