From 49e975f7e5d94655b032e689a58b37c5b5e9fb9c Mon Sep 17 00:00:00 2001 From: fivetran-catfritz <111930712+fivetran-catfritz@users.noreply.github.com> Date: Fri, 17 Jan 2025 02:10:10 -0600 Subject: [PATCH] MagicBot/add-model-counts updates (#60) --- CHANGELOG.md | 5 +++++ README.md | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8938ccf..b07e0e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# dbt_quickbooks_source version.version + +## Documentation +- Corrected references to connectors and connections in the README. ([#60](https://github.com/fivetran/dbt_quickbooks_source/pull/60)) + # dbt_quickbooks_source v0.12.0 [PR #58](https://github.com/fivetran/dbt_quickbooks_source/pull/57) introduces the following updates: diff --git a/README.md b/README.md index aa0fad5..8ac3b1e 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ from [Fivetran's connector](https://fivetran.com/docs/applications/quickbooks) f ### Step 1: Prerequisites To use this dbt package, you must have the following: -- At least one Fivetran QuickBooks connector syncing data into your destination. +- At least one Fivetran QuickBooks connection syncing data into your destination. - A **BigQuery**, **Snowflake**, **Redshift**, **PostgreSQL**, or **Databricks** destination. ### Step 2: Install the package (skip if also using the `quickbooks` transformation package) @@ -65,7 +65,7 @@ vars: ``` ### Step 4: Enabling/Disabling Models -Your QuickBooks connector might not sync every table that this package expects. This package takes into consideration that not every QuickBooks account utilizes the same transactional tables. +Your QuickBooks connection might not sync every table that this package expects. This package takes into consideration that not every QuickBooks account utilizes the same transactional tables. By default, most variables' values are assumed to be `true` (with exception of `using_purchase_order` and `using_credit_card_payment_txn`). In other to enable or disable the relevant functionality in the package, you will need to add the relevant variables: @@ -92,8 +92,8 @@ vars: ### (Optional) Step 5: Additional Configurations
Expand for configurations -#### Unioning Multiple QuickBooks Connectors -If you have multiple QuickBooks 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 `quickbooks_union_schemas` or `quickbooks_union_databases` variables: +#### Unioning Multiple QuickBooks Connections +If you have multiple QuickBooks 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 `quickbooks_union_schemas` or `quickbooks_union_databases` variables: ```yml # dbt_project.yml