dheerajturaga opened a new pull request, #57706: URL: https://github.com/apache/airflow/pull/57706
When a task doesn't specify an executor, the executor field in the database remained NULL, causing it to not display in the UI. This fix resolves the executor to the default configured executor name at task instance creation and refresh time, following the same pattern as other fields like pool and queue. The fix modifies TaskInstance.insert_mapping() and TaskInstance.refresh_from_task() to automatically populate the executor field with the default executor when task.executor is None, ensuring the field always displays correctly in the UI. closes https://github.com/apache/airflow/pull/57526 Same screenshots as https://github.com/apache/airflow/pull/57526 :) Attempt to fix tests in #57590 -- 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]
