You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/07/05 06:54:12 UTC

[GitHub] [airflow] RosterIn commented on issue #4291: [AIRFLOW-1488] Add the TriggeredDagRunSensor operator

RosterIn commented on issue #4291: [AIRFLOW-1488] Add the TriggeredDagRunSensor operator
URL: https://github.com/apache/airflow/pull/4291#issuecomment-508651783
 
 
   @ashb for my use case I run DAG A.  task DAG_A_TASK_4 can't can't start if DAG_B is active.
   DAG_B can run up to 6 times simuontaniusly (max_active_dags=6) . 
   So what I care about is that in DAG_A I'll have sensor poking DAG_B for it's status. I can't specify run_id nor execution_date. I'm not poking specific run I'm poking the whole DAGs status.. all of them.. from 1 to 6 - together. So for this use case I need sensor that takes dag_id and dag_status and continue down_stream if the status is met.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services