TakawaAkirayo commented on code in PR #41232:
URL: https://github.com/apache/airflow/pull/41232#discussion_r1716588297


##########
airflow/jobs/triggerer_job_runner.py:
##########
@@ -441,6 +441,7 @@ class TriggerDetails(TypedDict):
     task: asyncio.Task
     name: str
     events: int
+    termination_reason: TriggerTerminationReason | None

Review Comment:
   Thanks, add the initializing in create_triggers



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