Skip to content

Commit

Permalink
buildkite
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetran-jamie committed May 2, 2023
1 parent 1375529 commit f133934
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# dbt_apple_store v0.3.0

## Bug Fixes
[PR #?](https://github.com/fivetran/dbt_apple_store/pull/update-this) includes the following changes:
[PR #11](https://github.com/fivetran/dbt_apple_store/pull/11) includes the following changes:
- This version of the transform package points to a [breaking change in the source package](https://github.com/fivetran/dbt_apple_store_source/blob/main/CHANGELOG.md) in which the [country code](https://github.com/fivetran/dbt_apple_store_source/blob/main/seeds/apple_store_country_codes.csv) mapping table was updated 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.

Expand Down
1 change: 0 additions & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ config-version: 2
profile: fivetran_google_play
require-dbt-version: [">=1.3.0", "<2.0.0"]
vars:
apple_store_schema: fivetran_itunes_connect
apple_store:
app: "{{ ref('stg_apple_store__app') }}"
app_store_device: "{{ ref('stg_apple_store__app_store_device') }}"
Expand Down
2 changes: 1 addition & 1 deletion docs/catalog.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/manifest.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/run_results.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions integration_tests/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ version: '0.3.0'
profile: 'integration_tests'

vars:
apple_store_schema: apple_store_integration_tests
apple_store__using_subscriptions: True
apple_store_source:
app_identifier: "app"
Expand Down

0 comments on commit f133934

Please sign in to comment.