Skip to content

Commit

Permalink
Merge pull request #18 from fivetran/bugfix/unique_test_search_term_r…
Browse files Browse the repository at this point in the history
…eport

Bugfix/unique test search term report
  • Loading branch information
fivetran-reneeli committed Jul 11, 2023
2 parents 7faf90c + 75a4464 commit fcda5ca
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 11 deletions.
28 changes: 24 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,29 @@
# dbt_apple_search_ads v0.UPDATE.UPDATE
# dbt_apple_search_ads v0.2.2
## Bugfix:
- Updated the dbt_utils.unique_combination_of_columns test for the `apple_search_ads__search_term_report` to include the following fields. ([PR #18](https://github.com/fivetran/dbt_apple_search_ads/pull/18)):
- date_day
- search_term_text
- keyword_id
- ad_group_id
- campaign_id
- organization_id
- match_type

## Under the Hood:
## Under the Hood:

- Incorporated the new `fivetran_utils.drop_schemas_automation` macro into the end of each Buildkite integration test job. ([PR #15](https://github.com/fivetran/dbt_apple_search_ads/pull/15))
- Updated the pull request [templates](/.github). ([PR #15](https://github.com/fivetran/dbt_apple_search_ads/pull/15))

## Contributors:

- [@yuna-tang](https://github.com/yuna-tang) ([PR #17](https://github.com/fivetran/dbt_apple_search_ads/pull/17))



# dbt_apple_search_ads v0.2.1

Accidental Release

- 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_search_ads v0.2.0

## 🚨 Breaking Changes 🚨:
Expand Down
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'apple_search_ads'
version: '0.2.0'
version: '0.2.2'
config-version: 2
require-dbt-version: [">=1.3.0", "<2.0.0"]
vars:
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.

2 changes: 1 addition & 1 deletion integration_tests/dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config-version: 2

name: 'apple_search_ads_integration_tests'
version: '0.2.0'
version: '0.2.2'

profile: 'integration_tests'

Expand Down
5 changes: 5 additions & 0 deletions models/apple_search_ads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,12 @@ models:
- dbt_utils.unique_combination_of_columns:
combination_of_columns:
- search_term_text
- match_type
- date_day
- keyword_id
- ad_group_id
- campaign_id
- organization_id
columns:
- name: organization_id
description: Organization ID associated with this record.
Expand Down

0 comments on commit fcda5ca

Please sign in to comment.