Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# dbt_reddit_ads_source v0.4.1
[PR #11](https://github.com/fivetran/dbt_reddit_ads_source/pull/11) includes the following updates:

## Bug Fix
- Updates the uniqueness test of the recently introduced `stg_reddit_ads__campaign_country_conversions_report` model to include `event_name`. This is aligned with the other `*_conversions_report` tables in this package.

# dbt_reddit_ads_source v0.4.0
[PR #10](https://github.com/fivetran/dbt_reddit_ads_source/pull/10) includes the following updates:

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: 'reddit_ads_source'
version: '0.4.0'
version: '0.4.1'

config-version: 2
require-dbt-version: [">=1.3.0", "<2.0.0"]
Expand Down
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: 'reddit_ads_source_integration_tests'
version: '0.4.0'
version: '0.4.1'

profile: 'integration_tests'
config-version: 2
Expand Down
1 change: 1 addition & 0 deletions models/stg_reddit_ads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ models:
- campaign_id
- country
- date_day
- event_name
columns:
- name: account_id
description: '{{ doc("account_id") }}'
Expand Down