Skip to content

Commit

Permalink
Merge branch 'main' into release-1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana authored Nov 24, 2023
2 parents bd38242 + ac795af commit 11b4d86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ Bug fixes

* Fix running models that use alias while supporting dbt versions by @binhnq94 in #662
* Make ``profiles_yml_path`` optional for ``ExecutionMode.DOCKER`` and ``KUBERNETES`` by @MrBones757 in #681
* Prevent overriding dbt profile fields with profile args of type or method by @jbandoro in #702
* Prevent overriding dbt profile fields with profile args of "type" or "method" by @jbandoro in #702
* Fix ``LoadMode.DBT_LS`` fail when dbt outputs ``WarnErrorOptions`` by @adammarples in #692
* Add support for env vars in ``RenderConfig`` for dbt ls parsing by @jbandoro in #690
* Add support for ``Kubernetes on_warning_callback`` by @david-mag in #673
* Add support for Kubernetes ``on_warning_callback`` by @david-mag in #673
* Fix ``ExecutionConfig.dbt_executable_path`` to use ``default_factory`` by @jbandoro in #678

Others
Expand All @@ -43,8 +43,8 @@ Bug fixes

Others

* Docs fix: add execution config to MWAA code example by @ugmuka in #674

* Docs: add execution config to MWAA code example by @ugmuka in #674
* Docs: highlight DAG examples in docs by @iancmoritz and @jlaneve in #695

1.2.3 (2023-11-09)
------------------
Expand Down
1 change: 1 addition & 0 deletions cosmos/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"""
__version__ = "1.3.0a2"


from cosmos.airflow.dag import DbtDag
from cosmos.airflow.task_group import DbtTaskGroup
from cosmos.config import (
Expand Down

0 comments on commit 11b4d86

Please sign in to comment.