Skip to content

Commit

Permalink
Enable README
Browse files Browse the repository at this point in the history
  • Loading branch information
kristin-bagnall authored May 25, 2021
1 parent eb92a18 commit 12f8ac1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ models:
+schema: my_new_schema_name # leave blank for just the target_schema
```

### Disabling Models
### Enabling Models
This package takes into consideration tables that may not be synced due to slowness caused by the Marketo API. By default the `campaign` and `program` models are disabled. If you sync these tables, enable the modeling done by adding the following to your `dbt_project.yml` file:
```yml
# dbt_project.yml
...
vars:
marketo__enable_campaigns: False #Enable if Fivetran is syncing the campaign table
marketo__enable_programs: False #Enable if Fivetran is syncing the program table
marketo__enable_campaigns: True #Enable if Fivetran is syncing the campaign table
marketo__enable_programs: True #Enable if Fivetran is syncing the program table
```

## Contributions
Expand Down

0 comments on commit 12f8ac1

Please sign in to comment.