Skip to content
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

Closed
wants to merge 3 commits into from
Closed

Release 1.1.2 #560

wants to merge 3 commits into from

Commits on Sep 27, 2023

  1. Revert "Fix only create task group and test task only if model has te…

    …st (#543)"
    
    This is a temporary measurement for the 1.1.2 release until #561 is addressed.
    
    This reverts commit d70e6d7.
    tatiana committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    e44138d View commit details
    Browse the repository at this point in the history
  2. Change specific to release 1.1.2 - to be reverted after #561 is closed

    (cherry picked from commit 1483fd4)
    tatiana committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    2a28ef1 View commit details
    Browse the repository at this point in the history
  3. Release 1.1.2

    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)
    tatiana committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    61e4460 View commit details
    Browse the repository at this point in the history