Skip to content

Commit

Permalink
docs/regenerate (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetran-catfritz authored Mar 5, 2024
1 parent 169028f commit fa35330
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/catalog.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/manifest.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/run_results.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion integration_tests/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
target/
dbt_modules/
logs/
env/
env/
package-lock.yml
7 changes: 4 additions & 3 deletions integration_tests/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ models:
materialized: table

vars:
salesforce__contact_history_enabled: false
salesforce__account_history_enabled: false
salesforce__opportunity_history_enabled: false
# enable history models when generating docs!
# salesforce__contact_history_enabled: true
# salesforce__account_history_enabled: true
# salesforce__opportunity_history_enabled: true

salesforce_source:
salesforce_schema: salesforce_integrations_tests_3
Expand Down

0 comments on commit fa35330

Please sign in to comment.