Issues with airflow 2.0 scheduler Good day everyo...
# troubleshooting
s
Issues with airflow 2.0 scheduler Good day everyone, I'm having an issue with my DAGs where it appears they are running properly, and the schedule in the webserver gives us the appropriate date to run, but whenever the time comes to run the dag the scheduler just skips over it. Has anyone ever had this issue before?
This is using josbs
Could it be linked to this? Shouldn't have DAG with start_date=now https://www.astronomer.io/blog/7-common-errors-to-check-when-debugging-airflow-dag/