From e9874d774e6e71ea51716aa9ca7378d39d3019b7 Mon Sep 17 00:00:00 2001 From: fivetran-catfritz <111930712+fivetran-catfritz@users.noreply.github.com> Date: Tue, 21 Nov 2023 13:02:29 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 656b162..94e1f7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # dbt_zuora_source v0.2.1 [PR #11](https://github.com/fivetran/dbt_zuora_source/pull/11) includes the following update: +## 🔧 Bug Fixes - Updated default column macros to remove columns not used in their associated staging models. This prevents conflicts when bringing in this columns via the passthrough functionality. # dbt_zuora_source v0.2.0 @@ -49,4 +50,4 @@ This package is designed to enrich your Fivetran Zuora data by doing the followi - Model staging tables which leverage data in the format described [here](https://fivetran.com/docs/applications/zuora#schemainformation), which can then be used simultaneously with our [Zuora modeling transformation package](https://github.com/fivetran/dbt_zuora). - Currently the package supports Postgres, Redshift, BigQuery, Databricks, and Snowflake. Additionally, this package is designed to work with dbt versions [">=1.3.0", "<2.0.0"]. -For more information refer to the [README](https://github.com/fivetran/dbt_zuora_source/blob/main/README.md). \ No newline at end of file +For more information refer to the [README](https://github.com/fivetran/dbt_zuora_source/blob/main/README.md).