o-nikolas commented on code in PR #40034:
URL: https://github.com/apache/airflow/pull/40034#discussion_r1625208666


##########
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:
   Should this be 2.9.3?



-- 
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

Reply via email to