yuqian90 commented on issue #7038: [AIRFLOW-4495] Allow externally triggered 
dags to run for future exec dates
URL: https://github.com/apache/airflow/pull/7038#issuecomment-581703874
 
 
   @pbotros if we turn on allow_trigger_in_future to all DAGs (i.e. make it the 
default), and we trigger the DAG for a future date because we are inpatient, it 
probably makes more sense for the scheduler to raise an error when it tries to 
re-trigger at the original scheduled time?
   
   What you want to do sounds like a one-off scenario that can be dealt with 
via communication instead of letting the scheduler handle it silently?
   
   However, if you constantly want to trigger something earlier than it's 
original schedule, is there any change that can be made to the system? E..g why 
not consider changing to external trigger altogether so you can have full 
control over what time the DAG is triggered?

----------------------------------------------------------------
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