Skip to content

Commit

Permalink
Unpin dbt-databricks version (#1409)
Browse files Browse the repository at this point in the history
closes: #1379

A new version of dbt-databricks (v1.9.1) has been released, [release
notes](https://github.com/databricks/dbt-databricks/releases/tag/v1.9.1).
It is expected that PR:
databricks/dbt-databricks#874 will resolve the
existing dependency issue.
  • Loading branch information
pankajastro authored Dec 19, 2024
1 parent 9820935 commit a4f50de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ dbt-all = [
"dbt-athena",
"dbt-bigquery",
"dbt-clickhouse",
# TODO: https://github.com/astronomer/astronomer-cosmos/issues/1379
"dbt-databricks<1.9",
# The dbt-databricks:1.9.0 version causes a dependency conflict with
# the Pydantic version required by Airflow (version > 2.7)
# See: https://github.com/astronomer/astronomer-cosmos/issues/1379
"dbt-databricks!=1.9.0",
"dbt-exasol",
"dbt-postgres",
"dbt-redshift",
Expand Down
2 changes: 1 addition & 1 deletion scripts/test/integration-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ rm -rf airflow.*
pip freeze | grep airflow
airflow db reset -y
airflow db init
pip install 'dbt-databricks<1.9' 'dbt-bigquery' 'dbt-postgres' 'dbt-vertica' 'openlineage-airflow'
pip install 'dbt-databricks!=1.9.0' 'dbt-bigquery' 'dbt-postgres' 'dbt-vertica' 'openlineage-airflow'

0 comments on commit a4f50de

Please sign in to comment.