eladkal commented on issue #61710:
URL: https://github.com/apache/airflow/issues/61710#issuecomment-3884070396

   > Would there be any sort of an override if someone absolutely needed to 
manually re-run it? I can picture a scenario where a team would need to make a 
code change to re-run this DAG just a single time. That would be a bit 
concerning to me.
   
   We can discuss the interface. I had thoughts around prompting a "please 
verify you wish to create a run" rather than just blocking it but then it 
defeats the purpose. If manual runs are allowed then there is no need to verify 
and if they are not allowed it should just be blocked.
   
   > where a team would need to make a code change to re-run this DAG just a 
single time
   
   Can you provide an example? I described a use case where DAG logic is not 
align with manual runs given how Airflow generates values for macros 
(prev/next). Can you share an example for cases where single manual ad-hoc run 
is a must?


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to