Skip to content

Commit

Permalink
Feature: Add Quickstart Model Counts to README (#16)
Browse files Browse the repository at this point in the history
* MagicBot/add-model-counts updates

* connector->connection

---------

Co-authored-by: Jamie Rodriguez <[email protected]>
  • Loading branch information
fivetran-catfritz and fivetran-jamie authored Jan 14, 2025
1 parent f43d3c3 commit 85b5351
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_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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 85b5351

Please sign in to comment.