From f8e1cb99466bb667fbbb39c834e89600132042c2 Mon Sep 17 00:00:00 2001 From: fivetran-catfritz <111930712+fivetran-catfritz@users.noreply.github.com> Date: Tue, 7 Jan 2025 17:20:50 -0600 Subject: [PATCH 1/2] MagicBot/add-model-counts updates --- CHANGELOG.md | 6 ++++++ README.md | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 471fa42..16733ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# dbt_zuora version.version + +## Documentation +- Added Quickstart model counts to README. ([#19](https://github.com/fivetran/dbt_zuora/pull/19)) +- Corrected references to connectors and connections in the README. ([#19](https://github.com/fivetran/dbt_zuora/pull/19)) + # dbt_zuora v0.3.1 [PR #18](https://github.com/fivetran/dbt_zuora/pull/18) includes the following updates: diff --git a/README.md b/README.md index 2cf430d..64bda93 100644 --- a/README.md +++ b/README.md @@ -50,12 +50,14 @@ Curious what these tables can do? Check out example visualizations from the [zuo

+### Materialized Models +Each Quickstart transformation job run materializes 51 models if all components of this data model are enabled. This count includes all staging, intermediate, and final models materialized as `view`, `table`, or `incremental`. ## 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 75d1049c5d599ee273b34083839c74f74872a64c Mon Sep 17 00:00:00 2001 From: fivetran-catfritz <111930712+fivetran-catfritz@users.noreply.github.com> Date: Tue, 7 Jan 2025 17:24:26 -0600 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64bda93..ca610f0 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ vars: ``` ### Step 4: Disable models for non-existent sources -Your Zuora connector may not be syncing all tables 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 sync every table that this package expects. 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: