eladkal commented on PR #37087:
URL: https://github.com/apache/airflow/pull/37087#issuecomment-1929436281

   > I think this PR will help us to distinguish manually triggered and 
programmatically triggered DAG runs as a beginning. If we want, we can add a 
new type for REST API calls or we can just assume that if a DAG run started 
with REST API call, then it is manual.
   
   I am not sure I agree.
   Rest API can invoke dag manually or also with some external service that 
invoke dags periodically.
   From business point of view it can be considered also as manual or scheduled 
operation thus I am worried about confusion.
   We should consider how to address this as part of this PR (not neccerly 
implementing it but have a clear vision of what we want to do) mainly because 
once a decision has been made it will be harder (and sometimes impossible) to 
change it without making breaking change


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