From 6ca6ae32bacdbbf5a886f95328e32b963be4a6e5 Mon Sep 17 00:00:00 2001 From: fivetran-catfritz <111930712+fivetran-catfritz@users.noreply.github.com> Date: Thu, 9 Jan 2025 18:37:51 -0600 Subject: [PATCH 1/2] MagicBot/add-model-counts updates --- CHANGELOG.md | 5 +++++ README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94e1f7f..b5f4004 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# dbt_zuora_source version.version + +## Documentation +- Corrected references to connectors and connections in the README. ([#16](https://github.com/fivetran/dbt_zuora_source/pull/16)) + # dbt_zuora_source v0.2.1 [PR #11](https://github.com/fivetran/dbt_zuora_source/pull/11) includes the following update: ## 🔧 Bug Fixes diff --git a/README.md b/README.md index a96e921..0f45743 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,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 Zuora connector syncing data into your destination +- At least one Fivetran Zuora connection syncing data into your destination - A **BigQuery**, **Snowflake**, **Redshift**, **PostgreSQL**, **Databricks** destination #### Databricks Dispatch Configuration From 14ef8cb1d8454a630d5b4f11412f56c042a9dec6 Mon Sep 17 00:00:00 2001 From: Jamie Rodriguez <65564846+fivetran-jamie@users.noreply.github.com> Date: Mon, 13 Jan 2025 16:54:11 -0800 Subject: [PATCH 2/2] connector->connection --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f45743..625d73c 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ vars: ### Step 4: Disable models for non-existent sources -Your Zuora connector may not be syncing all tabes that this package references. This might be because you are excluding those tables. If you are not using those tables, you can disable the corresponding functionality in the package by specifying the variable in your `dbt_project.yml`. By default, all packages are assumed to be true. You only have to add variables for tables you want to disable in the following way: +Your Zuora connection may not be syncing all tabes that this package references. This might be because you are excluding those tables. If you are not using those tables, you can disable the corresponding functionality in the package by specifying the variable in your `dbt_project.yml`. By default, all packages are assumed to be true. You only have to add variables for tables you want to disable in the following way: ```yml vars: