Skip to content

Commit

Permalink
Merge pull request #21 from fivetran/testfix/keyword-report
Browse files Browse the repository at this point in the history
Update stg_pinterest_ads.yml
  • Loading branch information
fivetran-catfritz authored Feb 27, 2023
2 parents 25589e0 + 0dbef43 commit 160ae32
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ steps:
commands: |
bash .buildkite/scripts/run_models.sh redshift
- label: ":bricks: Run Tests - Databricks"
- label: ":databricks: Run Tests - Databricks"
key: "run_dbt_databricks"
plugins:
- docker#v3.13.0:
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# dbt_pinterest_source v0.7.1
## 🔧 Fixes
- Added `pin_promotion_id` to unique-combination-of-columns test for model `stg_pinterest_ads` to remedy test failures. ([#21](https://github.com/fivetran/dbt_pinterest_source/pull/21))
# dbt_pinterest_source v0.7.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: 'pinterest_source'
version: '0.7.0'
version: '0.7.1'
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.

2 changes: 1 addition & 1 deletion 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,5 +1,5 @@
name: 'pinterest_source_integration_tests'
version: '0.7.0'
version: '0.7.1'
profile: 'integration_tests'
config-version: 2

Expand Down
1 change: 1 addition & 0 deletions models/stg_pinterest_ads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ models:
combination_of_columns:
- date_day
- keyword_id
- pin_promotion_id
- ad_group_id
- campaign_id
- advertiser_id
Expand Down

0 comments on commit 160ae32

Please sign in to comment.