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/06/14 07:19:26 UTC

[GitHub] [airflow] eladkal commented on issue #14584: Externally triggered DAG is marked as 'success'  when 'start_date' is set to timezone.utcnow() and passed in a DAG level params.

eladkal commented on issue #14584:
URL: https://github.com/apache/airflow/issues/14584#issuecomment-859941101


   `start_date` should not be` timezone.utcnow()` As [docs](https://airflow.apache.org/docs/apache-airflow/stable/faq.html#what-s-the-deal-with-start-date) mention:
   We recommend against using dynamic values as start_date, especially datetime.now() as it can be quite confusing


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