Skip to content

Commit

Permalink
Pass in analytics folder var
Browse files Browse the repository at this point in the history
  • Loading branch information
msj committed Jan 18, 2024
1 parent b3470c5 commit 9cd34dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dags/tag_analytics.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"DATABASE_URL": LA_METRO_DATABASE_URL,
"SEARCH_URL": LA_METRO_SEARCH_URL,
"SENTRY_ENVIRONMENT": ENVIRONMENT,
"GOOGLE_SERVICE_ACCT_API_KEY": Variable.get("google_service_acct_api_key")
"GOOGLE_SERVICE_ACCT_API_KEY": Variable.get("google_service_acct_api_key"),
"REMOTE_ANALYTICS_FOLDER": Variable.get("remote_analytics_folder")
},
}

Expand Down

0 comments on commit 9cd34dc

Please sign in to comment.