Hi Airflow devs, I have a question when running backfill in Airflow.
Right now I have Task A > Task B running daily and I want to backfill them for the past ten days. While I noticed that they did not run in order, which means May 26th Task A and Task B ran before May 25th. I tried setting depends_on_past but it failed. I wonder if there is anyway to run backfill sequentially? Best regards, Jerry
