From 8e2d5908ce89aa98813af6dfd112239e124bd69a Mon Sep 17 00:00:00 2001 From: Tatiana Al-Chueyr Date: Mon, 6 Nov 2023 15:30:16 +0000 Subject: [PATCH] Release 1.2.2 Bug fixes * Support ProjectConfig.dbt_project_path = None & different paths for Rendering and Execution by @MrBones757 in #634 * Fix adding test nodes to DAGs built using LoadMethod.DBT_MANIFEST and LoadMethod.CUSTOM by @edgga in #615 Others * Add pre-commit hook for McCabe max complexity check and fix errors by @jbandoro in #629 * Update contributing docs for running integration tests by @jbandoro in #638 * Fix CI issue running integration tests by @tatiana in #640 and #644 * pre-commit updates in #637 (cherry picked from commit fa0620a195a27881cdccd1fc4416e210b2038ab8) --- CHANGELOG.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d8b2bd8e1..f6c714f79 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -11,6 +11,22 @@ Features * Add ``DbtDocsGCSOperator`` for uploading dbt docs to GCS by @jbandoro in #616 +1.2.2 (2023-11-06) +------------------ + +Bug fixes + +* Support ``ProjectConfig.dbt_project_path = None`` & different paths for Rendering and Execution by @MrBones757 in #634 +* Fix adding test nodes to DAGs built using ``LoadMethod.DBT_MANIFEST`` and ``LoadMethod.CUSTOM`` by @edgga in #615 + +Others + +* Add pre-commit hook for McCabe max complexity check and fix errors by @jbandoro in #629 +* Update contributing docs for running integration tests by @jbandoro in #638 +* Fix CI issue running integration tests by @tatiana in #640 and #644 +* pre-commit updates in #637 + + 1.2.1 (2023-10-25) ------------------