Skip to content

Commit

Permalink
MagicBot/add-model-counts updates (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetran-catfritz authored Jan 14, 2025
1 parent 93db51c commit cf0ad4b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,16 @@ 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`.
<!--section-end-->

## How do I use the dbt package?

### 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
Expand Down Expand Up @@ -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`.

Expand Down

0 comments on commit cf0ad4b

Please sign in to comment.