Skip to content

Commit

Permalink
MagicBot/add-model-counts updates (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetran-catfritz authored Jan 14, 2025
1 parent 577d4dc commit 6ba0bb7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# dbt_twilio_source version.version

## Documentation
- Corrected references to connectors and connections in the README. ([#14](https://github.com/fivetran/dbt_twilio_source/pull/14))

# dbt_twilio_source v0.4.0

[PR #13](https://github.com/fivetran/dbt_twilio_source/pull/13) includes the following updates:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
### 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 @@ -59,7 +59,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 6ba0bb7

Please sign in to comment.