-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support dbt 1.6 and apache-airflow-providers-cncf-kubernetes 7.3.0 #564
Conversation
👷 Deploy Preview for amazing-pothos-a3bca0 processing.
|
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #564 +/- ##
=======================================
Coverage 92.89% 92.89%
=======================================
Files 49 49
Lines 1970 1970
=======================================
Hits 1830 1830
Misses 140 140 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
glad to see we can support the new version!
Bug fixes * Only create task group and test task only if the model has a test by @raffifu in #543 * Fix parsing test nodes when using the custom load method (LoadMethod.CUSTOM) by @raffifu in #563 * Fix ``DbtTestOperator`` when test does not have ``test_metadata`` by @javihernovoa and @tatiana in #565 * Support dbt 1.6 and apache-airflow-providers-cncf-kubernetes 7.3.0 by @tatiana in #564
Bug fixes * Only create task group and test task only if the model has a test by @raffifu in #543 * Fix parsing test nodes when using the custom load method (LoadMethod.CUSTOM) by @raffifu in #563 * Fix ``DbtTestOperator`` when test does not have ``test_metadata`` by @javihernovoa and @tatiana in #565 * Support dbt 1.6 and apache-airflow-providers-cncf-kubernetes 7.3.0 by @tatiana in #564
This was released as part of 1.1.3: |
Bug fixes * Only create task group and test task only if the model has a test by @raffifu in #543 * Fix parsing test nodes when using the custom load method (`LoadMethod.CUSTOM`) by @raffifu in #563 * Fix `DbtTestOperator` when test does not have ``test_metadata`` by @javihernovoa and @tatiana in #565 * Support dbt 1.6 and `apache-airflow-providers-cncf-kubernetes` 7.3.0 by @tatiana in #564
Cosmos tests broke when
dbt
1.6 andapache-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:
Closes: #444
This change was validated by:
basic_cosmos_dag
andjaffle_shop_kubernetes