Skip to content

Commit

Permalink
MagicBot/add-model-counts updates (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetran-catfritz authored Jan 14, 2025
1 parent 4d460bc commit 8094934
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -45,8 +45,8 @@ vars:
### (Optional) Step 4: Additional configurations
<details open><summary>Expand for configurations</summary>

#### 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
Expand Down

0 comments on commit 8094934

Please sign in to comment.