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