Skip to content

Commit

Permalink
Merge pull request #122 from Metro-Records/feature/tag-analytics-back…
Browse files Browse the repository at this point in the history
…fill

Don't backfill the analytics DAG
  • Loading branch information
antidipyramid authored Dec 18, 2023
2 parents 056bc61 + 9316f8a commit cfd0120
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dags/tag_analytics.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@

with DAG(
"tag_analytics",
catchup=False,
default_args=default_args,
schedule_interval="0 0 1 * *",
description="Generates analytics for Metro agenda tags and uploads a CSV file to Google Drive",
description="Generates analytics for Metro agenda tags and"
"uploads a CSV file to Google Drive",
) as dag:
t1 = TaggedDockerOperator(
task_id="generate_tag_analytics",
Expand Down

0 comments on commit cfd0120

Please sign in to comment.