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


##########
airflow/api_fastapi/execution_api/datamodels/taskinstance.py:
##########
@@ -230,7 +230,6 @@ class DagRun(StrictBaseModel):
     clear_number: int
     run_type: DagRunType
     conf: Annotated[dict[str, Any], Field(default_factory=dict)]
-    external_trigger: bool = False

Review Comment:
   I searched for `external_trigger` in 
`task_sdk/src/airflow/sdk/api/datamodels/_generated.py` and it looks like I 
have already removed it.
   
   
https://github.com/apache/airflow/pull/45961/files#diff-faa54b815ea1397c8bf23ba8017a4d39e01ae0d2134ac36d40cfebb6e9bdfb0fL302



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