ephraimbuddy commented on code in PR #46320:
URL: https://github.com/apache/airflow/pull/46320#discussion_r1940897376
##########
airflow/api_fastapi/core_api/openapi/v1-generated.yaml:
##########
@@ -8566,6 +8582,40 @@ components:
- dag_id
title: DagTagResponse
description: DAG Tag serializer for responses.
+ DagVersionResponse:
+ properties:
+ id:
+ type: string
+ format: uuid
+ title: Id
+ version_number:
+ type: integer
+ title: Version Number
+ dag_id:
+ type: string
+ title: Dag Id
+ bundle_name:
+ type: string
+ title: Bundle Name
+ bundle_version:
+ anyOf:
+ - type: string
+ - type: 'null'
Review Comment:
Should it be `default` instead of `type` again?
--
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]