From 43ec0bdc5c5e61b359cfe95b00f63d3d39a377b1 Mon Sep 17 00:00:00 2001 From: Tatiana Al-Chueyr <tatiana.alchueyr@gmail.com> Date: Tue, 17 Dec 2024 14:01:34 +0000 Subject: [PATCH] Update changelog after rebase --- CHANGELOG.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 10be0c715..6304ccedb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,10 +6,11 @@ Changelog New Features -* Support customizing operator arguments at a dbt node level by @wornjs in #1339 -* Add support to ``TestBehavior.BUILD`` by @tatiana in #1377 +* Support customizing Airflow operator arguments per dbt node by @wornjs in #1339. `More information <https://astronomer.github.io/astronomer-cosmos/getting_started/custom-airflow-properties.html>`_. +* Support uploading dbt artifacts to remote cloud storages via callback by @pankajkoti in #1389. `Read more <https://astronomer.github.io/astronomer-cosmos/configuration/callbacks.html>`_. +* Add support to ``TestBehavior.BUILD`` by @tatiana in #1377. `Documentation <https://astronomer.github.io/astronomer-cosmos/configuration/testing-behavior.html>`_. * Add support for the "at" operator when using ``LoadMode.DBT_MANIFEST`` or ``CUSTOM`` by @benjy44 in #1372 -* Add dbt clone operator by @pankajastro in #1326 +* Add dbt clone operator by @pankajastro in #1326, as documented in `here <https://astronomer.github.io/astronomer-cosmos/getting_started/operators.html>`_. Bug Fixes