RosterIn edited a comment on issue #4291: [AIRFLOW-1488] Add the 
TriggeredDagRunSensor operator
URL: https://github.com/apache/airflow/pull/4291#issuecomment-508808658
 
 
   @ashb I didn't understood your point.
   I want the ability to Poke a DAG status. Which is what this PR is all about. 
Why shouldn't this be in Airflow core?
   
   Lets try an example, bare with me for this specific case.
   DAG_UPDATE_PRICES  - can have up to 6 runs (max_active_runs = 6)
   DAG_PUBLISH
   
   In my use case I can not start DAT_PUBLISH if there is DAG_UPDATE_PRICES in 
RUNNING status (remember there can be up to 6 DAGS in different stats at the 
same time).
   I don't care that DAG_UPDATE_PRICES  will start after DAG_PUBLISH started.
   
   There are no execution_dates, no dag_ids , nothing is dated based!
   The DAG_UPDATE_PRICES  has it's own schedule but can be also triggered 
manually by users and also can be triggered externally by other DAGs.  
Currently, Airflow doesn't offer any solution for my use case.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to