Skip to content

Commit

Permalink
Fix log for Cosmos TaskGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana committed Jun 3, 2024
1 parent 19bd46e commit 5a25d9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
Changelog
=========

1.5.0a3 (2024-06-03)
1.5.0a4 (2024-06-03)
--------------------

New Features

* Support for running dbt tasks in AWS EKS in #944 by @VolkerSchiewe
* Support caching dbt ls output in Airflow variable in #1014 by @tatiana (WIP)
- different approach than 1.5.0a1 and 1.5.0a2
- fix log for TaskGroup

Others

Expand Down
2 changes: 1 addition & 1 deletion cosmos/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Contains dags, task groups, and operators.
"""
__version__ = "1.5.0a3"
__version__ = "1.5.0a4"


from cosmos.airflow.dag import DbtDag
Expand Down

0 comments on commit 5a25d9d

Please sign in to comment.