Unsubscribe

Get Outlook for iOS<https://aka.ms/o0ukef>
________________________________
From: Daniel Standish via users <[email protected]>
Sent: Thursday, November 10, 2022 2:18:20 AM
To: [email protected] <[email protected]>
Subject: Re: TriggerDagRunOperator: name of the DAG that triggers another DAG?

I see.  You may want to look at task 
mapping<https://airflow.apache.org/docs/apache-airflow/2.3.0/concepts/dynamic-task-mapping.html>.
  I.e. have one task find out which files there are to process, then map over 
them, creating an instance of the task for each object.  I.e. instead of 
creating a new dag run for each (though that can work too). I'm not sure what 
you struggled to retrieve with trigger dag run op but... if you want to give 
more details go ahead.

Reply via email to