Skip to content

Fix the start date to be the month before

Nmaphophe requested to merge origin/correct_geoeditors_start_date into main

Airflow runs it's schedule a month later after the defined start date. days_ago(1) works well for daily dags, not so much for monthly dags.

We also need to change the month parameter to be the same as execution date month so as to not process data that we already processed.

Merge request reports