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/09/10 04:54:02 UTC

[GitHub] [airflow] yuqian90 commented on issue #5458: [AIRFLOW-4495] allow externally triggered dags to run for future 'Exe…

yuqian90 commented on issue #5458: [AIRFLOW-4495] allow externally triggered dags to run for future 'Exe…
URL: https://github.com/apache/airflow/pull/5458#issuecomment-529768918
 
 
   I like the idea in this change. I agree that the following check should be removed (at least for externally triggered dags). However, @tooptoop4   could you look into the failing CI build?
   
   
   ```
               # don't consider runs that are executed in the future    
               if run.execution_date > timezone.utcnow():    
                   self.log.error(    
                       "Execution date is in future: %s",    
                       run.execution_date    
                   )    
   ```

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


With regards,
Apache Git Services