From 4321c974b15f12b535ef26d515974dd9610e64b0 Mon Sep 17 00:00:00 2001 From: fivetran-catfritz <111930712+fivetran-catfritz@users.noreply.github.com> Date: Thu, 9 Jan 2025 18:37:40 -0600 Subject: [PATCH] MagicBot/add-model-counts updates --- CHANGELOG.md | 5 +++++ README.md | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c70a89..aee461f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# dbt_xero_source version.version + +## Documentation +- Corrected references to connectors and connections in the README. ([#25](https://github.com/fivetran/dbt_xero_source/pull/25)) + # dbt_xero_source v0.6.0 ## 🎉 Feature Update 🎉 - Databricks compatibility! ([#20](https://github.com/fivetran/dbt_xero_source/pull/20)) diff --git a/README.md b/README.md index 66bab62..8c9f2d8 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ ## How do I use the dbt package? ### Step 1: Prerequisites To use this dbt package, you must have the following: -- At least one Fivetran Xero connector syncing data into your destination. +- At least one Fivetran Xero connection syncing data into your destination. - A **BigQuery**, **Snowflake**, **Redshift**, **PostgreSQL**, or **Databricks** destination. ### Step 2: Install the package (skip if also using the `xero` transformation package) @@ -45,8 +45,8 @@ vars: ### (Optional) Step 4: Additional configurations
Expand for configurations -#### Unioning Multiple Xero Connectors -If you have multiple Xero 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** (**note that you cannot use both**) the `union_schemas` or `union_databases` variables: +#### Unioning Multiple Xero Connections +If you have multiple Xero 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** (**note that you cannot use both**) the `union_schemas` or `union_databases` variables: ```yml # dbt_project.yml