Skip to content

Commit 0a54d44

Browse files
regen docs
1 parent 700d60f commit 0a54d44

File tree

6 files changed

+83
-0
lines changed

6 files changed

+83
-0
lines changed

.buildkite/scripts/run_models.sh

+2
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@ dbt deps
1919
dbt seed --target "$db" --full-refresh
2020
dbt run --target "$db" --full-refresh
2121
dbt test --target "$db"
22+
dbt run --vars '{apple_store__using_subscriptions: true, google_play__using_earnings: true, google_play__using_subscriptions: true}' --target "$db" --full-refresh
23+
dbt test -vars '{apple_store__using_subscriptions: true, google_play__using_earnings: true, google_play__using_subscriptions: true}' --target "$db"
2224
dbt run-operation fivetran_utils.drop_schemas_automation --target "$db"

docs/catalog.json

+1
Large diffs are not rendered by default.

docs/index.html

+75
Large diffs are not rendered by default.

docs/manifest.json

+1
Large diffs are not rendered by default.

docs/run_results.json

+1
Large diffs are not rendered by default.

integration_tests/dbt_project.yml

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ version: '0.4.0'
33
profile: 'integration_tests'
44
config-version: 2
55
vars:
6+
# apple_store__using_subscriptions: true # uncomment this line when generating docs!
7+
# google_play__using_subscriptions: true # uncomment this line when regenerating docs!
8+
# google_play__using_earnings: true # uncomment this line when regenerating docs!
69
google_play_schema: app_reporting_integrations_test_5
710
apple_store_schema: app_reporting_integrations_test_5
811
google_play_source:

0 commit comments

Comments
 (0)