Hi, Community, We use the main dag in Airflow to retrieve data from a database, and then dynamically create a list of subdags for parallel runs with LocalExecutor. For some task_id, we construct from now() to ensure the uniqueness.
One problem we encounter is that Airflow keeps refreshing the dag so that the task_id gets updated accordingly, even though we did not schedule the dag and only run it via backfill. Could you please help advise how we can control the refresh frequency? Why does Airflow not follow the scheduled frequency to refresh? Many thanks in advance, Yifei
