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 2019/01/15 01:15:59 UTC

[GitHub] Nipica commented on a change in pull request #4528: [AIRFLOW XXX] adding exception catch to trigger_dag api

Nipica commented on a change in pull request #4528: [AIRFLOW XXX] adding exception catch to trigger_dag api
URL: https://github.com/apache/airflow/pull/4528#discussion_r247732184
 
 

 ##########
 File path: airflow/exceptions.py
 ##########
 @@ -79,6 +79,12 @@ class DagNotFound(AirflowNotFoundException):
     pass
 
 
+class ExecutionDateAlreadyExists(AirflowBadRequest):
 
 Review comment:
   Yes I have already configure it but I just wanted to test the coverage plugin by doing a PR inside my own github (but apparently I was a little tired when I have done it)
   
   I close the PR and I will come back after fixing everything 
   Thank !

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services