From 16c054b2034626ec5a07cb54b84b123d55c54e56 Mon Sep 17 00:00:00 2001 From: fivetran-catfritz <111930712+fivetran-catfritz@users.noreply.github.com> Date: Wed, 1 May 2024 12:21:21 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05e46b2..e9089ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ - Updated the maintainer PR template to the current format. - Added integration testing pipeline for Databricks SQL Warehouse. -[PR #80](https://github.com/fivetran/dbt_shopify_source/pull/80) introduces the following changes: +[PR #81](https://github.com/fivetran/dbt_shopify_source/pull/81) introduces the following changes: ## 🪲 Bug Fixes 🪛 - Removed the `index` filter in `stg_shopify__order_discount_code`, as we were erroneously filtering out multiple discounts for an order since `index` is meant to pair with `order_id` as the unique identifier for this source. - Added `index` as a field in `stg_shopify__order_discount_code`, as it is part of the primary key.