kaxil commented on code in PR #49809:
URL: https://github.com/apache/airflow/pull/49809#discussion_r2065995277


##########
airflow-core/src/airflow/api_fastapi/execution_api/datamodels/taskinstance.py:
##########
@@ -136,6 +138,7 @@ class TIDeferredStatePayload(StrictBaseModel):
 
     Both forms will be passed along to the TaskSDK upon resume, the server 
will not handle either.
     """
+    rendered_map_index: str | None = None

Review Comment:
   We should add some tests to `class TestTIUpdateState`:
   
   
https://github.com/apache/airflow/blob/main/airflow-core/tests/unit/api_fastapi/execution_api/versions/head/test_task_instances.py#L424



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