You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/04/03 09:16:13 UTC

[GitHub] [airflow] vikramcse edited a comment on issue #15150: "duplicate key value violates unique constraint "dag_run_dag_id_execution_date_key" when triggering a DAG

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:
users@infra.apache.org