Basically, I would like to run the backfill command for a whole month. But there are some tasks that depend on the data of the previous day. And as far as I know, this command runs each day at the same time.
airflow backfill adsquare_events -s 2017-01-01 -e 2017-01-31
Is there a way to make the backfill command to run one day at a time(sequentially)?
Cheers.