diff --git a/CHANGELOG.md b/CHANGELOG.md index 572b757..f0a0bcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # dbt_shopify_source v0.15.0 -[PR #95](https://github.com/fivetran/dbt_shopify_source/pull/95) includes the following update: +This release includes the following updates: ## Under the Hood -- (Affects Redshift only) Creates new `shopify_union_data` macro to accommodate Redshift's treatment of empty tables. +- (Affects Redshift only) Creates new `shopify_union_data` macro to accommodate Redshift's treatment of empty tables. ([PR #95](https://github.com/fivetran/dbt_shopify_source/pull/95)) - For each staging model, if the source table is not found in any of your schemas, the package will create a table with one row with null values for Redshift destinations. There will be no change in behavior in non-Redshift warehouses. - This is necessary as Redshift will ignore explicit data casts when a table is completely empty and materialize every column as a `varchar`. This throws errors in downstream transformations in the `shopify` package. The 1 row will ensure that Redshift will respect the package's datatype casts.