From 6b6eb6f3b830cdda652207b062bce8b2e2f18536 Mon Sep 17 00:00:00 2001 From: Tatiana Al-Chueyr 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 `_. +* Support uploading dbt artifacts to remote cloud storages via callback by @pankajkoti in #1389. `Read more `_. +* Add support to ``TestBehavior.BUILD`` by @tatiana in #1377. `Documentation `_. * 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 `_. Bug Fixes