uranusjr commented on code in PR #45961:
URL: https://github.com/apache/airflow/pull/45961#discussion_r1962923926


##########
newsfragments/45961.significant.rst:
##########


Review Comment:
   I think the only user-facing interface Ruff can cover are
   
   1. DAG.create_dagrun. You used to be able to pass in `external_trigger=True` 
(or False) and that’s set on the created DagRun row. This is now removed.
   2. When accessing a DagRun (likely only in context?) there used to be an 
attribute `external_trigger` that’s now gone. `external_trigger=True` basically 
means `run_type="manual"`.
   
   There are also REST API changes but I don’t think we have a way to detect 
those.



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