From 5a25d9dd9f5510d85d81dff349a0b037d79f56a2 Mon Sep 17 00:00:00 2001 From: Tatiana Al-Chueyr Date: Mon, 3 Jun 2024 11:13:38 +0100 Subject: [PATCH] Fix log for Cosmos TaskGroup --- CHANGELOG.rst | 3 ++- cosmos/__init__.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e5c5b3156..3ebaf2dc2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,7 +1,7 @@ Changelog ========= -1.5.0a3 (2024-06-03) +1.5.0a4 (2024-06-03) -------------------- New Features @@ -9,6 +9,7 @@ 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 diff --git a/cosmos/__init__.py b/cosmos/__init__.py index d611e56f8..51bc6db99 100644 --- a/cosmos/__init__.py +++ b/cosmos/__init__.py @@ -5,7 +5,7 @@ Contains dags, task groups, and operators. """ -__version__ = "1.5.0a3" +__version__ = "1.5.0a4" from cosmos.airflow.dag import DbtDag