Skip to content

Commit

Permalink
Merge pull request #126 from Metro-Records/feature/123-analytics-var
Browse files Browse the repository at this point in the history
Pass analytics folder as Airflow variable
  • Loading branch information
antidipyramid authored Jan 18, 2024
2 parents e77c7f5 + 9cd34dc commit fae8450
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 fae8450

Please sign in to comment.