bugraoz93 commented on code in PR #42782:
URL: https://github.com/apache/airflow/pull/42782#discussion_r1800852622


##########
airflow/api_fastapi/openapi/v1-generated.yaml:
##########
@@ -155,7 +155,7 @@ paths:
         required: false
         schema:
           type: string
-          default: dag_id
+          default: ''

Review Comment:
   Yeah, I agree. I can not say I liked the solution either.
   
   I will also spend a bit more time to fit it in FastAPI. 
   Even though I tried overriding some of the classes and their methods of 
FastAPI, somehow, it still tries to call the base implementation. Most prob, I 
missed something along the way.



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