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


##########
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:
   This will need a comparable change made into 
`task_sdk/src/airflow/sdk/api/datamodels/_generated.py` (It's not automated 
yet, that'll be done in #47026 but for now please just manually edit that file.



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