Fix the start date to be the month before
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.