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


##########
airflow-core/src/airflow/executors/workloads.py:
##########
@@ -196,10 +189,20 @@ class RunTrigger(BaseModel):
 
     encrypted_kwargs: str
 
+    ti: TaskInstance | None = None
+    """
+    The task instance associated with this trigger.
+
+    Could be none for asset-based triggers.
+    """

Review Comment:
   Let’s move this back where it were? No point changing this from what I can 
tell.



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