-
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
Release 1.1.2 #560
Release 1.1.2 #560
Conversation
👷 Deploy Preview for amazing-pothos-a3bca0 processing.
|
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.
🎉
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #560 +/- ##
==========================================
- Coverage 92.88% 92.85% -0.04%
==========================================
Files 49 49
Lines 1968 1959 -9
==========================================
- Hits 1828 1819 -9
Misses 140 140
☔ View full report in Codecov by Sentry. |
0e664f9
to
0cc31ea
Compare
0cc31ea
to
427f713
Compare
(cherry picked from commit 1483fd4)
Bug fixes * Fix using `ExecutionMode.KUBERNETES` by @pgoslatara and @tatiana in #554 * Add support to `apache-airflow-providers-cncf-kubernetes < 7.4.0` by @tatiana in #553 * Fix `on_warning_callback` behaviour on `DbtTestLocalOperator` by @edgga, @marco9663 and @tatiana in #558 * Use `returncode` instead of `stderr` to determine dbt graph loading errors by @cliff-lau-cloverhealth in #547 * Improve error message in `config.py` by @meyobagero in #532 * Fix `DbtTestOperator` when test does not have `test_metadata` by @tatiana in #558 * Fix `target-path` not specified issue in `dbt-project.yml` by @tatiana in #533 Others * Docs: add reference links to dbt and Airflow columns by @TJaniF in #542 * pre-commit updates #552 and #546 (cherry picked from commit 427f713)
ca6c481
to
61e4460
Compare
As agreed, I've reverted the following commit for the purposes of the 1.1.2 release. It will still be part of the 1.2 release:
|
I just confirmed the following DAGs work as expected when using
|
This PR is a subset of the actual Release 1.1.2 (#560), since - for this release - we had to revert a [commit](#560 (comment)) which we don't intend to revert on the project's main branch. Bug fixes * Fix using `ExecutionMode.KUBERNETES` by @pgoslatara and @tatiana in #554 * Add support to `apache-airflow-providers-cncf-kubernetes < 7.4.0` by @tatiana in #553 * Fix `on_warning_callback` behaviour on `DbtTestLocalOperator` by @edgga, @marco9663 and @tatiana in #558 * Use `returncode` instead of `stderr` to determine dbt graph loading errors by @cliff-lau-cloverhealth in #547 * Improve error message in `config.py` by @meyobagero in #532 * Fix `DbtTestOperator` when test does not have `test_metadata` by @tatiana in #558 * Fix `target-path` not specified issue in `dbt-project.yml` by @tatiana in #533 Others * Docs: add reference links to dbt and Airflow columns by @TJaniF in #542 * pre-commit updates #552 and #546
Bug fixes
ExecutionMode.KUBERNETES
by @pgoslatara and @tatiana in Fix ExecutionMode.KUBERNETES on Cosmos 1.x #554apache-airflow-providers-cncf-kubernetes < 7.4.0
by @tatiana in Add support to apache-airflow-providers-cncf-kubernetes < 7.4.0 #553on_warning_callback
behaviour onDbtTestLocalOperator
by @edgga, @marco9663 and @tatiana in FixDbtTestLocalOperator
when usingon_warning_callback
#558returncode
instead ofstderr
to determine dbt graph loading errors by @cliff-lau-cloverhealth in Usereturncode
instead ofstderr
to determine dbt graph loading errors #547config.py
by @meyobagero in fix possible typo in config.py #532DbtTestOperator
when test does not havetest_metadata
by @tatiana in FixDbtTestLocalOperator
when usingon_warning_callback
#558target-path
not specified issue indbt-project.yml
by @tatiana in After update to 1.1.0 airflow tasks fail when target-path not specified in dbt-project.yml #533Others