From d358d6a7b5e4f0005c460b35c161de8d93a1a61f Mon Sep 17 00:00:00 2001
From: Jamie Rodriguez <65564846+fivetran-jamie@users.noreply.github.com>
Date: Tue, 2 May 2023 12:48:25 -0700
Subject: [PATCH] working
---
CHANGELOG.md | 9 +++++----
README.md | 4 ++--
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2c9952f..729d17b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,14 +1,15 @@
# dbt_apple_store_source v0.3.0
-## Under the Hood
-[PR #9](https://github.com/fivetran/dbt_apple_store_source/pull/9) includes the following changes:
-- Incorporated the new `fivetran_utils.drop_schemas_automation` macro into the end of each Buildkite integration test job.
-- Updated the pull request [templates](/.github).
## Bug Fixes
[PR #10](https://github.com/fivetran/dbt_apple_store_source/pull/10) includes the following changes:
- Updated the [country code](https://github.com/fivetran/dbt_apple_store_source/blob/main/seeds/apple_store_country_codes.csv) mapping table to align with Apple's [format and inclusion list](https://developer.apple.com/help/app-store-connect/reference/app-store-localizations/) of country names.
- This is a 🚨**breaking change**🚨 as you will need to re-seed (`dbt seed --full-refresh`) the `apple_store_country_codes` file again.
+## Under the Hood
+[PR #9](https://github.com/fivetran/dbt_apple_store_source/pull/9) includes the following changes:
+- Incorporated the new `fivetran_utils.drop_schemas_automation` macro into the end of each Buildkite integration test job.
+- Updated the pull request [templates](/.github).
+
# dbt_apple_store_source v0.2.1
## Bug Fixes
diff --git a/README.md b/README.md
index 934d649..1e6f3e3 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ In order to map longform territory names to their ISO country codes, we have ada
You will need to `dbt seed` the `apple_store_country_codes` [file](https://github.com/fivetran/dbt_apple_store_source/blob/main/seeds/apple_store_country_codes.csv) just once.
-## (Optional) Step 4: Additional configurations
+## (Optional) Step 5: Additional configurations
Expand to view configurations
### Defining subscription events
@@ -90,7 +90,7 @@ vars:
-## (Optional) Step 5: Orchestrate your models with Fivetran Transformations for dbt Coreâ„¢
+## (Optional) Step 6: Orchestrate your models with Fivetran Transformations for dbt Coreâ„¢
Expand to view details