Skip to content

Commit

Permalink
update readme & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetran-catfritz committed Oct 6, 2023
1 parent 58dacc7 commit 76a5429
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ vars:
```

## (Optional) Step 4: Additional configurations
<details><summary>Expand for configurations</summary>

### 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:

Expand Down Expand Up @@ -103,8 +101,6 @@ models:
+schema: my_new_schema_name # leave blank for just the target_schema
```

</details>

## (Optional) Step 5: Orchestrate your models with Fivetran Transformations for dbt Core™

<details><summary>Expand for more details</summary>
Expand Down
7 changes: 2 additions & 5 deletions packages.yml
Original file line number Diff line number Diff line change
@@ -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"]

0 comments on commit 76a5429

Please sign in to comment.