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


##########
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:
   Done, it though defaulted fields had to be at bottom hence why I did it like 
that



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