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:13:43 UTC

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

XD-DENG 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_r247730608
 
 

 ##########
 File path: airflow/exceptions.py
 ##########
 @@ -79,6 +79,12 @@ class DagNotFound(AirflowNotFoundException):
     pass
 
 
+class ExecutionDateAlreadyExists(AirflowBadRequest):
 
 Review comment:
   Yep, I would suggest so. Otherwise each of your commits into this branch will trigger a Travis CI build here which will cost Apache foundation some cents ;-)  
   
   Travis CI for your own repo/fork is free though

----------------------------------------------------------------
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