ephraimbuddy commented on a change in pull request #17839:
URL: https://github.com/apache/airflow/pull/17839#discussion_r700055888
##########
File path: airflow/api_connexion/openapi/v1.yaml
##########
@@ -1996,6 +2031,16 @@ components:
required:
- dag_id
+ UpdateDagRunState:
+ type: object
+ properties:
+ state:
+ description: The state to set this DagRun
+ type: string
+ enum:
+ - success
+ - failed
Review comment:
The other values are `queued` and `running` which are handled by
SchedulerJob, so I think it's OK and I agree with you, we should leave it until
the need arises
--
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]