Skip to content

Commit e0f331f

Browse files
i suppose it doesn't like when the seed isnt the same name as in upstream
1 parent 6af3d32 commit e0f331f

9 files changed

+8
-8
lines changed

integration_tests/dbt_project.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ vars:
2929
google_play_financial_stats_subscriptions_country_identifier: "financial_stats_subscriptions_country"
3030

3131
apple_store_source:
32-
apple_store_app_identifier: "apple_app_store_app"
33-
apple_store_sales_subscription_event_summary_identifier: "apple_sales_subscription_event_summary"
34-
apple_store_sales_subscription_summary_identifier: "apple_sales_subscription_summary"
35-
apple_store_discovery_and_engagement_detailed_daily_identifier: "apple_app_store_discovery_and_engagement_detailed_daily"
36-
apple_store_crash_daily_identifier: "apple_app_crash_daily"
37-
apple_store_download_detailed_daily_identifier: "apple_app_store_download_detailed_daily"
38-
apple_store_session_detailed_daily_identifier: "apple_app_session_detailed_daily"
39-
apple_store_installation_and_deletion_detailed_daily_identifier: "apple_app_store_installation_and_deletion_detailed_daily"
32+
apple_store_app_identifier: "app_store_app"
33+
apple_store_sales_subscription_event_summary_identifier: "sales_subscription_event_summary"
34+
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"
36+
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"
4040

4141
apple_store__subscription_events:
4242
- 'Renew'

0 commit comments

Comments
 (0)