potiuk commented on code in PR #40034:
URL: https://github.com/apache/airflow/pull/40034#discussion_r1637548693
##########
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:
Yes. We refrained from merging things that had a lot of changes across the
codebase because they made it difficult to cherry-pick other changes (so large
refactorings basically).
This one is pretty localised, so there is no reason to defer merging.
Generally speaking by default everything we merge now in main is targetted
to 2.10 - and we only cherry-pick those things that we specifically think are
good bug-fixes to cherry-pick to 2.9.1.
Also see:
https://github.com/apache/airflow?tab=readme-ov-file#what-goes-into-the-next-release
where this is described :).
--
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]