ashb commented on code in PR #44725:
URL: https://github.com/apache/airflow/pull/44725#discussion_r1877739676
##########
task_sdk/src/airflow/sdk/execution_time/comms.py:
##########
@@ -170,7 +170,17 @@ class PutVariable(BaseModel):
type: Literal["PutVariable"] = "PutVariable"
+class RTIFPayload(BaseModel):
Review Comment:
Nit: Elsewhere in this we don't use the term "Payload" so lets call this.
(Payload made sense for where this was used in the API server, just not here)
```suggestion
class SetRenderedFieldsBaseModel):
```
or something like 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]