hussein-awala commented on code in PR #35392:
URL: https://github.com/apache/airflow/pull/35392#discussion_r1385448769
##########
airflow/api_connexion/openapi/v1.yaml:
##########
@@ -3579,7 +3579,7 @@ components:
timezone:
$ref: '#/components/schemas/Timezone'
catchup:
- type: boolean
+ type: string
Review Comment:
DAGDetail is used as a response type for the endpoint
`/dags/{dag_id}/details`, IMHO it's better to return one of the supported
catchup values instead of a boolean even if the user uses a boolean in its dag.
--
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]