Skip to content

Commit

Permalink
fix: fix to omission google political ads. (#674)
Browse files Browse the repository at this point in the history
  • Loading branch information
nlarge-google authored Oct 4, 2023
1 parent 395381f commit fbd5ec2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1284,6 +1284,7 @@ dag:
"Spend_GBP": "spend_gbp",
"Spend_NZD": "spend_nzd",
"Spend_ILS": "spend_ils",
"Spend_AUD": "spend_aud",
"Spend_TWD": "spend_twd",
"Spend_BRL": "spend_brl",
"Spend_ARS": "spend_ars",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1177,7 +1177,7 @@
"TARGET_GCS_PATH": "data/google_political_ads/geo_spend/data_output.csv",
"TABLE_NAME": "geo_spend",
"CSV_HEADERS": '[\n "country",\n "country_subdivision_primary",\n "country_subdivision_secondary",\n "spend_usd",\n "spend_eur",\n "spend_inr",\n "spend_bgn",\n "spend_hrk",\n "spend_czk",\n "spend_dkk",\n "spend_huf",\n "spend_pln",\n "spend_ron",\n "spend_sek",\n "spend_gbp",\n "spend_nzd",\n "spend_ils",\n "spend_aud",\n "spend_twd",\n "spend_brl",\n "spend_ars",\n "spend_zar",\n "spend_clp"\n]',
"RENAME_MAPPINGS": '{\n "Country": "country",\n "Country_Subdivision_Primary": "country_subdivision_primary",\n "Country_Subdivision_Secondary": "country_subdivision_secondary",\n "Spend_USD": "spend_usd",\n "Spend_EUR": "spend_eur",\n "Spend_INR": "spend_inr",\n "Spend_BGN": "spend_bgn",\n "Spend_HRK": "spend_hrk",\n "Spend_CZK": "spend_czk",\n "Spend_DKK": "spend_dkk",\n "Spend_HUF": "spend_huf",\n "Spend_PLN": "spend_pln",\n "Spend_RON": "spend_ron",\n "Spend_SEK": "spend_sek",\n "Spend_GBP": "spend_gbp",\n "Spend_NZD": "spend_nzd",\n "Spend_ILS": "spend_ils",\n "Spend_TWD": "spend_twd",\n "Spend_BRL": "spend_brl",\n "Spend_ARS": "spend_ars",\n "Spend_ZAR": "spend_zar",\n "Spend_CLP": "spend_clp"\n}',
"RENAME_MAPPINGS": '{\n "Country": "country",\n "Country_Subdivision_Primary": "country_subdivision_primary",\n "Country_Subdivision_Secondary": "country_subdivision_secondary",\n "Spend_USD": "spend_usd",\n "Spend_EUR": "spend_eur",\n "Spend_INR": "spend_inr",\n "Spend_BGN": "spend_bgn",\n "Spend_HRK": "spend_hrk",\n "Spend_CZK": "spend_czk",\n "Spend_DKK": "spend_dkk",\n "Spend_HUF": "spend_huf",\n "Spend_PLN": "spend_pln",\n "Spend_RON": "spend_ron",\n "Spend_SEK": "spend_sek",\n "Spend_GBP": "spend_gbp",\n "Spend_NZD": "spend_nzd",\n "Spend_ILS": "spend_ils",\n "Spend_AUD": "spend_aud",\n "Spend_TWD": "spend_twd",\n "Spend_BRL": "spend_brl",\n "Spend_ARS": "spend_ars",\n "Spend_ZAR": "spend_zar",\n "Spend_CLP": "spend_clp"\n}',
},
resources={"request_memory": "1G", "request_cpu": "200m"},
)
Expand Down

0 comments on commit fbd5ec2

Please sign in to comment.