uranusjr commented on code in PR #32887:
URL: https://github.com/apache/airflow/pull/32887#discussion_r1279992140


##########
airflow/api_connexion/openapi/v1.yaml:
##########
@@ -4659,7 +4642,9 @@ components:
         *Changed in version 2.4.0*: 'sensing' state has been removed.
         *Changed in version 2.4.2*: 'restarting' is added as a possible 
value
       type: string
+      nullable: true

Review Comment:
   This seems to have a side effect. The `state` array in 
`ListTaskInstanceForm` can now contain null values, and I’m not sure that’s a 
desired effect (we have `"none"` for that).



##########
airflow/api_connexion/openapi/v1.yaml:
##########
@@ -4659,7 +4642,9 @@ components:
         *Changed in version 2.4.0*: 'sensing' state has been removed.
         *Changed in version 2.4.2*: 'restarting' is added as a possible 
value
       type: string
+      nullable: true

Review Comment:
   This seems to have a side effect. The `state` array in 
`ListTaskInstanceForm` can now contain null values, and I’m not sure that’s a 
desired effect (we have `"none"` for that).



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

Reply via email to