Skip to content

Commit

Permalink
Merge pull request #105 from Jstein77/js-update-semantic-model-name
Browse files Browse the repository at this point in the history
update semantic model name
  • Loading branch information
fivetran-joemarkiewicz authored Oct 9, 2023
2 parents a8c6acc + b517472 commit 81c1010
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 19 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ dbt_modules/
logs/
.DS_Store
venv
dbt_packages/
dbt_packages/
env/
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# dbt_ad_reporting v1.6.1
## Updates
- Renames the semantic model from `ad_reporting__ad_report` --> `ad_report` in order to avoid the dunder(__) keyword. ([PR #105](https://github.com/fivetran/dbt_ad_reporting/pull/105))

## Contributors
- [@Jstein77](https://github.com/Jstein77) ([PR #105](https://github.com/fivetran/dbt_ad_reporting/pull/105))

# dbt_ad_reporting v1.6.0
[PR #100](https://github.com/fivetran/dbt_ad_reporting/pull/100) 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: 'ad_reporting'
version: '1.6.0'
version: '1.6.1'

config-version: 2

Expand Down
2 changes: 1 addition & 1 deletion docs/catalog.json

Large diffs are not rendered by default.

24 changes: 12 additions & 12 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,5 +1,5 @@
name: 'ad_reporting_integration_tests'
version: '1.6.0'
version: '1.6.1'
profile: 'integration_tests'
config-version: 2

Expand Down
2 changes: 1 addition & 1 deletion models/semantic_models/ad_reporting__ad_report.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
semantic_models:
- name: ad_reporting__ad_report
- name: ad_report
description: Each record represents daily metrics by ad, ad group, campaign and
account.
model: ref('ad_reporting__ad_report')
Expand Down

0 comments on commit 81c1010

Please sign in to comment.