Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pin dbt-databricks version to < 1.9 (astronomer#1376)
Our CI is broken due to a `dbt-databricks` release with conflicting dependencies with `Airflow>=2.8`. The latest release of`dbt-databricks` has pinned the Pydantic to `"pydantic>=1.10.0, <2"` https://github.com/databricks/dbt-databricks/blob/main/pyproject.toml#L33-L33 This change was added in PR: databricks/dbt-databricks#843 and released on 9 December as part of `dbt-databricks==1.9.0` (https://pypi.org/project/dbt-databricks/1.9.0/). The `debt-data bricks` conflicts with the neAirflow version, which that requires Pydantic 2.0. For Airflow < 2.8, things work as expected: https://github.com/astronomer/astronomer-cosmos/actions/runs/12259335118/job/34201293598. In this PR, I'm pinning dbt-databricks version to < 1.9 to make CI green again. Follow-up PR: astronomer#1379
- Loading branch information