vincbeck commented on code in PR #40034: URL: https://github.com/apache/airflow/pull/40034#discussion_r1626395283
########## airflow/api_connexion/openapi/v1.yaml: ########## @@ -3751,6 +3753,13 @@ components: pid: type: integer nullable: true + executor: + type: string + nullable: true + description: | + Executor the task is configured to run on or None (which indicates the default executor) + + *New in version 2.10.0* Review Comment: Correct. Patch releases are just cherry-picks on top of the minor branch (here 2.9) -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org