From 551873a229104cf3ec7a876e8fdc96aa82e8fa08 Mon Sep 17 00:00:00 2001 From: fivetran-catfritz <111930712+fivetran-catfritz@users.noreply.github.com> Date: Thu, 9 Jan 2025 18:19:15 -0600 Subject: [PATCH 1/2] MagicBot/add-model-counts updates --- CHANGELOG.md | 6 ++++++ README.md | 10 +++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 447f12e..b735b87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# dbt_amazon_ads_source version.version + +## Documentation +- Added Quickstart model counts to README. ([#23](https://github.com/fivetran/dbt_amazon_ads_source/pull/23)) +- Corrected references to connectors and connections in the README. ([#23](https://github.com/fivetran/dbt_amazon_ads_source/pull/23)) + # dbt_amazon_ads_source v0.4.0 [PR #21](https://github.com/fivetran/dbt_amazon_ads_source/pull/21) includes the following updates: diff --git a/README.md b/README.md index 689b506..5cb5542 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ ### Step 1: Prerequisites To use this dbt package, you must have the following: -- At least one Fivetran Amazon_ads connector syncing data into your destination. +- At least one Fivetran Amazon_ads connection syncing data into your destination. - A **BigQuery**, **Snowflake**, **Redshift**, **PostgreSQL**, or **Databricks** destination. ### Step 2: Install the package (skip if also using the `amazon_ads` transformation package or `ad_reporting` combo package) @@ -45,7 +45,7 @@ vars: ``` ### Step 4: Disable models for non-existent sources -Your Amazon Ads connector may not sync every table that this package expects. If you do not have the `PORTFOLIO_HISTORY` table synced, add the following variable to your root `dbt_project.yml` file: +Your Amazon Ads connection may not sync every table that this package expects. If you do not have the `PORTFOLIO_HISTORY` table synced, add the following variable to your root `dbt_project.yml` file: ```yml vars: @@ -55,8 +55,8 @@ vars: ### (Optional) Step 5: Additional configurations
Expand/Collapse details -#### Union multiple connectors -If you have multiple amazon_ads connectors in Fivetran and would like to use this package on all of them simultaneously, we have provided functionality to do so. The package will union all of the data together and pass the unioned table into the transformations. You will be able to see which source it came from in the `source_relation` column of each model. To use this functionality, you will need to set either the `amazon_ads_union_schemas` OR `amazon_ads_union_databases` variables (cannot do both) in your root `dbt_project.yml` file: +#### Union multiple connections +If you have multiple amazon_ads connections in Fivetran and would like to use this package on all of them simultaneously, we have provided functionality to do so. The package will union all of the data together and pass the unioned table into the transformations. You will be able to see which source it came from in the `source_relation` column of each model. To use this functionality, you will need to set either the `amazon_ads_union_schemas` OR `amazon_ads_union_databases` variables (cannot do both) in your root `dbt_project.yml` file: ```yml vars: @@ -102,7 +102,7 @@ models: ``` #### Change the source table references -If an individual source table has a different name than the package expects, add the table name as it appears in your destination to the respective variable. (This is not available when running the package on multiple unioned connectors): +If an individual source table has a different name than the package expects, add the table name as it appears in your destination to the respective variable. (This is not available when running the package on multiple unioned connections): > IMPORTANT: See this project's [`dbt_project.yml`](https://github.com/fivetran/dbt_amazon_ads_source/blob/main/dbt_project.yml) variable declarations to see the expected names. From 0df7b264d1de30905dc17c2acd999e6de03ad192 Mon Sep 17 00:00:00 2001 From: Avinash Kunnath Date: Tue, 14 Jan 2025 15:51:12 -0800 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b735b87..4483314 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,6 @@ # dbt_amazon_ads_source version.version ## Documentation -- Added Quickstart model counts to README. ([#23](https://github.com/fivetran/dbt_amazon_ads_source/pull/23)) - Corrected references to connectors and connections in the README. ([#23](https://github.com/fivetran/dbt_amazon_ads_source/pull/23)) # dbt_amazon_ads_source v0.4.0