vikramcse edited a comment on issue #15150:
URL: https://github.com/apache/airflow/issues/15150#issuecomment-812834217
Hi @kaxil and @ephraimbuddy
I am able to reproduce the issue and tried to resolve it.
Below is the error message returned by the `/dagRuns` api. My question is
does the below returned message detail text is correct?
please let me know if it needs some change.
```javascript
{
"detail": "DAGRun with DAG ID: 'taskflow' and DAGRun ExecutionDate
'2021-04-03 07:50:16.317733+00:00' already exists",
"status": 409,
"title": "Conflict",
"type":
"http://apache-airflow-docs.s3-website.eu-central-1.amazonaws.com/docs/apache-airflow/latest/stable-rest-api-ref.html#section/Errors/AlreadyExists"
}
```
Thank You
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]