You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/01/25 08:07:34 UTC

[GitHub] [airflow] ephraimbuddy commented on a change in pull request #21080: Fix wrong use of $ref and nullable

ephraimbuddy commented on a change in pull request #21080:
URL: https://github.com/apache/airflow/pull/21080#discussion_r791449341



##########
File path: airflow/api_connexion/openapi/v1.yaml
##########
@@ -3442,6 +3449,11 @@ components:
         - sensing
         - removed
 
+    NullableTaskState:
+      oneOf:
+        - type: null
+        - $ref: '#/components/schemas/TaskState'
+

Review comment:
       Should we have this immediately after TaskInstance which is where it was used?




-- 
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-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org