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 version
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]