AutomationDev85 opened a new pull request, #47769: URL: https://github.com/apache/airflow/pull/47769
# Overview This PR fixes the issue that it is not possible to set the task instance note field view the internal api. Without this the Edge worker is not able to update the note filed of the task_instance. To fix this the TaskInstancePydantic model was updated with the note field and the function which converts sets the ti attributes to convert pydantic into TaskInstance set the note field. This enables the Edge worker to set the note 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: * Add note field to the TaskInstancePydantic class. * Allow _set_ti_attrs function to set the note field of the task instance. * Only relevant for the 2.10 versions. -- 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]
