ashb commented on code in PR #69757:
URL: https://github.com/apache/airflow/pull/69757#discussion_r3728104910
##########
airflow-core/src/airflow/api_fastapi/execution_api/datamodels/taskinstance.py:
##########
@@ -435,6 +436,13 @@ class TIRunContext(BaseModel):
always reflects when the task *first* started, not when it was
rescheduled/resumed.
"""
+ arg_bindings: list[TaskArgBinding] | None = None
+ """
+ Ordered positional-argument binding spec for stub (foreign-runtime) tasks.
+
+ ``None`` for regular tasks and for stub tasks that declare no parameters.
+ """
Review Comment:
You resolved this but didn't change anything or say why it's fine as it is.
--
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]