-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support dbt 1.6 and apache-airflow-providers-cncf-kubernetes 7.3.0 (#564
) Cosmos tests broke when `dbt` 1.6 and `apache-airflow-providers-cncf-kubernetes` 7.3.0 were released. There was a quick fix, #426, so the CI wouldn't be red, but that meant we didn't officially support the latest version of dbt if users wanted to run both Cosmos and dbt in the same Python virtualenv. This feature has been requested by a few community members via Airflow Slack #airflow-dbt channel: * https://apache-airflow.slack.com/archives/C059CC42E9W/p1691652944543079?thread_ts=1691650827.900949&cid=C059CC42E9W * https://apache-airflow.slack.com/archives/C059CC42E9W/p1692396096001339 Closes: #444 This change was validated by: * Running tests locally (Python 3.8 and Airflow 2.7) * Creating a virtualenv with the latest versions * Running the dags `basic_cosmos_dag` and `jaffle_shop_kubernetes`
- Loading branch information
Showing
2 changed files
with
19 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters