From 76a5429281a5fffca341c80810976f03ad28da92 Mon Sep 17 00:00:00 2001 From: fivetran-catfritz <111930712+fivetran-catfritz@users.noreply.github.com> Date: Fri, 6 Oct 2023 11:19:17 -0500 Subject: [PATCH] update readme & changelog --- CHANGELOG.md | 2 +- README.md | 4 ---- packages.yml | 7 ++----- 3 files changed, 3 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7f1091..f7d6ea9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # dbt_snapchat_ads_source v0.6.0 [PR #20](https://github.com/fivetran/dbt_snapchat_ads_source/pull/20) includes the following updates: ## Feature update ๐ŸŽ‰ -- Unioning capability! This adds the ability to union source data from multiple snapchat_ads connectors. Refer to the [README](https://github.com/fivetran/dbt_snapchat_ads_source/blob/main/README.md) for more details. +- Unioning capability! This adds the ability to union source data from multiple snapchat_ads connectors. Refer to the [Union Multiple Connectors README section](https://github.com/fivetran/dbt_snapchat_ads_source/blob/main/README.md#union-multiple-connectors) for more details. ## Under the hood ๐Ÿš˜ - Updated tmp models to union source data using the `fivetran_utils.union_data` macro. diff --git a/README.md b/README.md index 727f273..e72123b 100644 --- a/README.md +++ b/README.md @@ -54,8 +54,6 @@ vars: ``` ## (Optional) Step 4: Additional configurations -
Expand for configurations - ### Union multiple connectors If you have multiple snapchat_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 `snapchat_ads_union_schemas` OR `snapchat_ads_union_databases` variables (cannot do both) in your root `dbt_project.yml` file: @@ -103,8 +101,6 @@ models: +schema: my_new_schema_name # leave blank for just the target_schema ``` -
- ## (Optional) Step 5: Orchestrate your models with Fivetran Transformations for dbt Coreโ„ข
Expand for more details diff --git a/packages.yml b/packages.yml index 2030eb3..908f471 100644 --- a/packages.yml +++ b/packages.yml @@ -1,8 +1,5 @@ packages: -# - package: fivetran/fivetran_utils -# version: [">=0.4.0", "<0.5.0"] -- git: https://github.com/fivetran/dbt_fivetran_utils.git - revision: feature/ad-reporting-exceptions - warn-unpinned: false +- package: fivetran/fivetran_utils + version: [">=0.4.0", "<0.5.0"] - package: dbt-labs/spark_utils version: [">=0.3.0", "<0.4.0"]