For more info, my current issue is I have a DAG which had 2 Python Operators which update different parts of a dashboard every 5 minutes.
I've now added another Python Operator and refreshed my scheduler. The problem is only now the scheduler is only backfilling the new Python Operator! (The execution date is 5 days behind todays date)
If you are using airflow as a glorified cron, what is the best design pattern regarding start_date?