ashb commented on code in PR #68390:
URL: https://github.com/apache/airflow/pull/68390#discussion_r3397111850
##########
task-sdk/src/airflow/sdk/api/datamodels/_generated.py:
##########
@@ -560,6 +560,7 @@ class TaskInstance(BaseModel):
map_index: Annotated[int | None, Field(title="Map Index")] = -1
hostname: Annotated[str | None, Field(title="Hostname")] = None
context_carrier: Annotated[dict[str, Any] | None, Field(title="Context
Carrier")] = None
+ queue: Annotated[str | None, Field(title="Queue")] = "default"
Review Comment:
This shouldn't really be nullable should it?
--
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]