Skip to content

Commit

Permalink
revert disable reddit
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetran-reneeli committed Mar 20, 2023
1 parent 77e174c commit 8152500
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .buildkite/scripts/run_models.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ echo `pwd`
cd integration_tests
dbt deps
dbt seed --target "$db" --full-refresh
dbt run --target "$db" --full-refresh --vars '{ad_reporting__linkedin_ads_enabled: false, ad_reporting__pinterest_ads_enabled: false, ad_reporting__tiktok_ads_enabled: false, ad_reporting__snapchat_ads_enabled: false, ad_reporting__apple_search_ads_enabled: false, ad_reporting__facebook_ads_enabled: false, ad_reporting__amazon_ads_enabled: false, ad_reporting__reddit_ads_enabled: false}'
dbt test --target "$db" --vars '{ad_reporting__linkedin_ads_enabled: false, ad_reporting__pinterest_ads_enabled: false, ad_reporting__tiktok_ads_enabled: false, ad_reporting__snapchat_ads_enabled: false, ad_reporting__apple_search_ads_enabled: false, ad_reporting__facebook_ads_enabled: false, ad_reporting__amazon_ads_enabled: false, ad_reporting__reddit_ads_enabled: false}'
dbt run --target "$db" --full-refresh --vars '{ad_reporting__linkedin_ads_enabled: false, ad_reporting__pinterest_ads_enabled: false, ad_reporting__tiktok_ads_enabled: false, ad_reporting__snapchat_ads_enabled: false, ad_reporting__apple_search_ads_enabled: false, ad_reporting__facebook_ads_enabled: false, ad_reporting__amazon_ads_enabled: false}'
dbt test --target "$db" --vars '{ad_reporting__linkedin_ads_enabled: false, ad_reporting__pinterest_ads_enabled: false, ad_reporting__tiktok_ads_enabled: false, ad_reporting__snapchat_ads_enabled: false, ad_reporting__apple_search_ads_enabled: false, ad_reporting__facebook_ads_enabled: false, ad_reporting__amazon_ads_enabled: false}'
10 changes: 5 additions & 5 deletions integration_tests/ci/sample.profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ integration_tests:
pass: "{{ env_var('CI_REDSHIFT_DBT_PASS') }}"
dbname: "{{ env_var('CI_REDSHIFT_DBT_DBNAME') }}"
port: 5439
schema: ad_reporting_integration_tests_4
schema: ad_reporting_integration_tests_5
threads: 8
bigquery:
type: bigquery
method: service-account-json
project: 'dbt-package-testing'
schema: ad_reporting_integration_tests_4
schema: ad_reporting_integration_tests_5
threads: 8
keyfile_json: "{{ env_var('GCLOUD_SERVICE_KEY') | as_native }}"
snowflake:
Expand All @@ -33,7 +33,7 @@ integration_tests:
role: "{{ env_var('CI_SNOWFLAKE_DBT_ROLE') }}"
database: "{{ env_var('CI_SNOWFLAKE_DBT_DATABASE') }}"
warehouse: "{{ env_var('CI_SNOWFLAKE_DBT_WAREHOUSE') }}"
schema: ad_reporting_integration_tests_4
schema: ad_reporting_integration_tests_5
threads: 8
postgres:
type: postgres
Expand All @@ -42,13 +42,13 @@ integration_tests:
pass: "{{ env_var('CI_POSTGRES_DBT_PASS') }}"
dbname: "{{ env_var('CI_POSTGRES_DBT_DBNAME') }}"
port: 5432
schema: ad_reporting_integration_tests_4
schema: ad_reporting_integration_tests_5
threads: 8
databricks:
catalog: "{{ env_var('CI_DATABRICKS_DBT_CATALOG') }}"
host: "{{ env_var('CI_DATABRICKS_DBT_HOST') }}"
http_path: "{{ env_var('CI_DATABRICKS_DBT_HTTP_PATH') }}"
schema: ad_reporting_integration_tests_4
schema: ad_reporting_integration_tests_5
threads: 2
token: "{{ env_var('CI_DATABRICKS_DBT_TOKEN') }}"
type: databricks
22 changes: 11 additions & 11 deletions integration_tests/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ vars:
twitter_ads__using_keywords: False

apple_search_ads_source:
apple_search_ads_schema: ad_reporting_integration_tests_4
apple_search_ads_schema: ad_reporting_integration_tests_5
apple_search_ads_organization_identifier: "apple_search_organization_data"
apple_search_ads_campaign_history_identifier: "apple_search_campaign_history_data"
apple_search_ads_campaign_report_identifier: "apple_search_campaign_report_data"
Expand All @@ -30,7 +30,7 @@ vars:
apple_search_ads__using_search_terms: True

google_ads_source:
google_ads_schema: ad_reporting_integration_tests_4
google_ads_schema: ad_reporting_integration_tests_5
google_ads_ad_stats_identifier: "google_ads_ad_stats_data"
google_ads_ad_history_identifier: "google_ads_ad_history_data"
google_ads_ad_group_history_identifier: "google_ads_ad_group_history_data"
Expand All @@ -43,7 +43,7 @@ vars:
google_ads_ad_group_criterion_history_identifier: "google_ads_ad_group_criterion_history_data"

microsoft_ads_source:
microsoft_ads_schema: ad_reporting_integration_tests_4
microsoft_ads_schema: ad_reporting_integration_tests_5
microsoft_ads_account_history_identifier: "microsoft_ads_account_history_data"
microsoft_ads_account_daily_report_identifier: "microsoft_ads_account_performance_daily_report_data"
microsoft_ads_ad_group_history_identifier: "microsoft_ads_ad_group_history_data"
Expand All @@ -57,7 +57,7 @@ vars:
microsoft_ads_search_daily_report_identifier: "microsoft_ads_search_performance_daily_report_data"

linkedin_source:
linkedin_ads_schema: ad_reporting_integration_tests_4
linkedin_ads_schema: ad_reporting_integration_tests_5
linkedin_ads_account_history_identifier: "linkedin_ad_account_history_data"
linkedin_ads_ad_analytics_by_creative_identifier: "linkedin_ad_analytics_by_creative_data"
linkedin_ads_campaign_group_history_identifier: "linkedin_ad_campaign_group_history_data"
Expand All @@ -66,7 +66,7 @@ vars:
linkedin_ads_ad_analytics_by_campaign_identifier: "linkedin_ad_analytics_by_campaign_data"

twitter_ads_source:
twitter_ads_schema: ad_reporting_integration_tests_4
twitter_ads_schema: ad_reporting_integration_tests_5
twitter_ads_account_history_identifier: "twitter_account_history_data"
twitter_ads_campaign_history_identifier: "twitter_campaign_history_data"
twitter_ads_line_item_history_identifier: "twitter_line_item_history_data"
Expand All @@ -80,7 +80,7 @@ vars:
twitter_ads_line_item_keywords_report_identifier: "twitter_line_item_keywords_report_data"

pinterest_source:
pinterest_schema: ad_reporting_integration_tests_4
pinterest_schema: ad_reporting_integration_tests_5
pinterest_ad_group_history_identifier: "pinterest_ads_ad_group_history_data"
pinterest_campaign_history_identifier: "pinterest_ads_campaign_history_data"
pinterest_pin_promotion_history_identifier: "pinterest_ads_pin_promotion_history_data"
Expand All @@ -93,7 +93,7 @@ vars:
pinterest_advertiser_report_identifier: "pinterest_ads_advertiser_report_data"

facebook_ads_source:
facebook_ads_schema: ad_reporting_integration_tests_4
facebook_ads_schema: ad_reporting_integration_tests_5
facebook_ads_account_history_identifier: "facebook_ads_account_history_data"
facebook_ads_ad_history_identifier: "facebook_ads_ad_history_data"
facebook_ads_ad_set_history_identifier: "facebook_ads_ad_set_history_data"
Expand All @@ -102,7 +102,7 @@ vars:
facebook_ads_creative_history_identifier: "facebook_ads_creative_history_data"

snapchat_ads_source:
snapchat_ads_schema: ad_reporting_integration_tests_4
snapchat_ads_schema: ad_reporting_integration_tests_5
snapchat_ads_ad_account_history_identifier: "snapchat_ad_account_history_data"
snapchat_ads_ad_history_identifier: "snapchat_ad_history_data"
snapchat_ads_ad_hourly_report_identifier: "snapchat_ad_hourly_report_data"
Expand All @@ -114,7 +114,7 @@ vars:
snapchat_ads_creative_url_tag_history_identifier: "snapchat_creative_url_tag_history_data"

tiktok_ads_source:
tiktok_ads_schema: ad_reporting_integration_tests_4
tiktok_ads_schema: ad_reporting_integration_tests_5
tiktok_ads__ad_group_history_identifier: "tiktok_adgroup_history_data"
tiktok_ads__ad_history_identifier: "tiktok_ad_history_data"
tiktok_ads__advertiser_identifier: "tiktok_advertiser_data"
Expand All @@ -124,7 +124,7 @@ vars:
tiktok_ads__campaign_report_hourly_identifier: "tiktok_campaign_report_hourly_data"

amazon_ads_source:
amazon_ads_schema: ad_reporting_integration_tests_4
amazon_ads_schema: ad_reporting_integration_tests_5
amazon_ads_ad_group_history_identifier: "amazon_ads_ad_group_history_data"
amazon_ads_ad_group_level_report_identifier: "amazon_ads_ad_group_level_report_data"
amazon_ads_advertised_product_report_identifier: "amazon_ads_advertised_product_report_data"
Expand All @@ -138,7 +138,7 @@ vars:
amazon_ads_search_term_ad_keyword_report_identifier: "amazon_ads_search_term_ad_keyword_report_data"

reddit_ads_source:
reddit_ads_schema: ad_reporting_integration_tests_4
reddit_ads_schema: ad_reporting_integration_tests_5
reddit_ads_account_identifier: "reddit_ads_account_data"
reddit_ads_account_report_identifier: "reddit_ads_account_report_data"
reddit_ads_ad_identifier: "reddit_ads_ad_data"
Expand Down

0 comments on commit 8152500

Please sign in to comment.