Guys, So we have a dag containing a subdag that triggers itself using TriggerDagRunOperator. Seems, after some research, that it's one way to simulate loops.
The triggered subdag gets added. But none of the tasks ever start. I researched the issue and no solution I found so far worked. We are using UTC everywhere (db, worker, scheduler...). Start date is in the past (1 day ago). Schedule interval is "@monthly". Schedule interval for the subdag is "* * * * *". Any idea what I am doing wrong? Thanks for helping
