Hi, After reading the blog for Tips and Tricks of Airflow, i was trying my hands on trigger_dag run command.
But this only creates an instance of dag with status running. But actually no task starts getting executed. Whereas with backfill, it schedules the dag there and then. How can i force the tasks of the dag to start via trigger_dag command? Regards, Twinkle
