AutomationDev85 opened a new pull request, #48571: URL: https://github.com/apache/airflow/pull/48571
# Overview This PR fixes the issue that it is not possible to set the task instance rendered_map_index field via the internal api. Without this the Edge worker is not able to update the rendered_map_index field of the task_instance. Thankfully the rendered_map_index field is already part of the TaskInstancePydantic model, so I only had to add the code to store this into the TaskInstance. This enables the Edge worker to set the rendered_map_index field of an task instance. This is pointing to only to the 2.10 test branch as the code will be complete change in Airflow 3. # Details of change: * Allow _set_ti_attrs function to set the rendered_map_index field of the task instance. * Only relevant for the 2.10 versions. * Updated the unit test. Same changes as this PR for the note field: https://github.com/apache/airflow/pull/47769 -- 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]
