amoghrajesh commented on code in PR #44241:
URL: https://github.com/apache/airflow/pull/44241#discussion_r1858946759


##########
airflow/ui/openapi-gen/requests/schemas.gen.ts:
##########
@@ -4829,7 +4829,7 @@ export const $TimeDelta = {
   properties: {
     __type: {
       type: "string",
-      title: "Type",
+      title: "  Type",

Review Comment:
   Handled



##########
airflow/api_fastapi/core_api/openapi/v1-generated.yaml:
##########
@@ -8554,7 +8560,7 @@ components:
       properties:
         __type:
           type: string
-          title: Type
+          title: '  Type'

Review Comment:
   Done



##########
airflow/api_fastapi/core_api/openapi/v1-generated.yaml:
##########
@@ -4605,13 +4607,17 @@ paths:
         in: path
         required: true
         schema:
+          enum:

Review Comment:
   Done



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