From cf0ad4bf59a8e68accf69b69ee7e10a6052535c4 Mon Sep 17 00:00:00 2001 From: fivetran-catfritz <111930712+fivetran-catfritz@users.noreply.github.com> Date: Tue, 14 Jan 2025 14:01:06 -0600 Subject: [PATCH] MagicBot/add-model-counts updates (#12) --- CHANGELOG.md | 6 ++++++ README.md | 6 ++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 153c746..18eedd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# dbt_twilio version.version + +## Documentation +- Added Quickstart model counts to README. ([#12](https://github.com/fivetran/dbt_twilio/pull/12)) +- Corrected references to connectors and connections in the README. ([#12](https://github.com/fivetran/dbt_twilio/pull/12)) + # dbt_twilio v0.4.0 ## Features diff --git a/README.md b/README.md index be235c2..2965b57 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ The following table provides a detailed list of all tables materialized within t | [twilio__number_overview](https://fivetran.github.io/dbt_twilio/#!/model/model.twilio.twilio__number_overview) | This table has aggregate messaging information for each phone number level, such as total messages, total inbound messages, total messages by status, and total spend. | | [twilio__account_overview](https://fivetran.github.io/dbt_twilio/#!/model/model.twilio.twilio__account_overview) | This table provides aggregate information per each account regarding the Twilio Messages resource. | | +### Materialized Models +Each Quickstart transformation job run materializes 20 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? @@ -34,7 +36,7 @@ The following table provides a detailed list of all tables materialized within t ### Step 1: Prerequisites To use this dbt package, you must have the following: -- At least one Fivetran Twilio connector syncing data into your destination. +- At least one Fivetran Twilio connection syncing data into your destination. - A **BigQuery**, **Snowflake**, **Redshift**, **PostgreSQL**, or **Databricks** destination. #### Databricks Dispatch Configuration @@ -64,7 +66,7 @@ vars: ### Step 4: Enabling/Disabling Models -Your Twilio connector might not sync every table that this package expects, for example if you are not using the Twilio messaging service feature. If your syncs exclude certain tables, it is either because you do not use that functionality in Twilio or have actively excluded some tables from your syncs. In order to enable or disable the relevant tables in the package, you will need to add the following variable(s) to your `dbt_project.yml` file. +Your Twilio connection might not sync every table that this package expects, for example if you are not using the Twilio messaging service feature. If your syncs exclude certain tables, it is either because you do not use that functionality in Twilio or have actively excluded some tables from your syncs. In order to enable or disable the relevant tables in the package, you will need to add the following variable(s) to your `dbt_project.yml` file. By default, all variables are assumed to be `true`.