Skip to content

Commit 297ed9f

Browse files
updates
1 parent 9723738 commit 297ed9f

8 files changed

+13
-13
lines changed

docs/catalog.json

+1-1
Large diffs are not rendered by default.

docs/manifest.json

+1-1
Large diffs are not rendered by default.

integration_tests/ci/sample.profiles.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ integration_tests:
1616
pass: "{{ env_var('CI_REDSHIFT_DBT_PASS') }}"
1717
dbname: "{{ env_var('CI_REDSHIFT_DBT_DBNAME') }}"
1818
port: 5439
19-
schema: app_reporting_integrations_test_7
19+
schema: app_reporting_integrations_test_8
2020
threads: 8
2121
bigquery:
2222
type: bigquery
2323
method: service-account-json
2424
project: 'dbt-package-testing'
25-
schema: app_reporting_integrations_test_7
25+
schema: app_reporting_integrations_test_8
2626
threads: 8
2727
keyfile_json: "{{ env_var('GCLOUD_SERVICE_KEY') | as_native }}"
2828
snowflake:
@@ -33,7 +33,7 @@ integration_tests:
3333
role: "{{ env_var('CI_SNOWFLAKE_DBT_ROLE') }}"
3434
database: "{{ env_var('CI_SNOWFLAKE_DBT_DATABASE') }}"
3535
warehouse: "{{ env_var('CI_SNOWFLAKE_DBT_WAREHOUSE') }}"
36-
schema: app_reporting_integrations_test_7
36+
schema: app_reporting_integrations_test_8
3737
threads: 8
3838
postgres:
3939
type: postgres
@@ -42,13 +42,13 @@ integration_tests:
4242
pass: "{{ env_var('CI_POSTGRES_DBT_PASS') }}"
4343
dbname: "{{ env_var('CI_POSTGRES_DBT_DBNAME') }}"
4444
port: 5432
45-
schema: app_reporting_integrations_test_7
45+
schema: app_reporting_integrations_test_8
4646
threads: 8
4747
databricks:
4848
catalog: "{{ env_var('CI_DATABRICKS_DBT_CATALOG') }}"
4949
host: "{{ env_var('CI_DATABRICKS_DBT_HOST') }}"
5050
http_path: "{{ env_var('CI_DATABRICKS_DBT_HTTP_PATH') }}"
51-
schema: app_reporting_integrations_test_7
51+
schema: app_reporting_integrations_test_8
5252
threads: 8
5353
token: "{{ env_var('CI_DATABRICKS_DBT_TOKEN') }}"
5454
type: databricks

integration_tests/dbt_project.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ vars:
66
# apple_store__using_subscriptions: true # uncomment this line when generating docs!
77
# google_play__using_subscriptions: true # uncomment this line when regenerating docs!
88
# google_play__using_earnings: true # uncomment this line when regenerating docs!
9-
google_play_schema: app_reporting_integrations_test_7
10-
apple_store_schema: app_reporting_integrations_test_7
9+
google_play_schema: app_reporting_integrations_test_8
10+
apple_store_schema: app_reporting_integrations_test_8
1111

1212
google_play_source:
1313
google_play_stats_installs_app_version_identifier: "stats_installs_app_version"
@@ -32,11 +32,11 @@ vars:
3232
apple_store_app_identifier: "app_store_app"
3333
apple_store_sales_subscription_event_summary_identifier: "sales_subscription_event_summary"
3434
apple_store_sales_subscription_summary_identifier: "sales_subscription_summary"
35-
apple_store_discovery_and_engagement_detailed_daily_identifier: "app_store_discovery_and_engagement_detailed_daily"
35+
apple_store_discovery_and_engagement_standard_daily_identifier: "app_store_discovery_and_engagement_daily"
3636
apple_store_crash_daily_identifier: "app_crash_daily"
37-
apple_store_download_detailed_daily_identifier: "app_store_download_detailed_daily"
38-
apple_store_session_detailed_daily_identifier: "app_session_detailed_daily"
39-
apple_store_installation_and_deletion_detailed_daily_identifier: "app_store_installation_and_deletion_detailed_daily"
37+
apple_store_download_standard_daily_identifier: "app_store_download_daily"
38+
apple_store_session_standard_daily_identifier: "app_session_daily"
39+
apple_store_installation_and_deletion_standard_daily_identifier: "app_store_installation_and_deletion_daily"
4040

4141
apple_store__subscription_events:
4242
- 'Renew'

0 commit comments

Comments
 (0)