You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Felix Uellendall (JIRA)" <ji...@apache.org> on 2019/07/10 10:54:00 UTC

[jira] [Created] (AIRFLOW-4926) Fix example dags where its start_date is datetime.utcnow()

Felix Uellendall created AIRFLOW-4926:
-----------------------------------------

             Summary: Fix example dags where its start_date is datetime.utcnow()
                 Key: AIRFLOW-4926
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4926
             Project: Apache Airflow
          Issue Type: Bug
          Components: DAG
    Affects Versions: 2.0.0
            Reporter: Felix Uellendall
            Assignee: Felix Uellendall


Example dags with datetime.utcnow() start_date do not run tasks.

The solution is to change the start_date to a date where a period (execution_date + schedule_interval) can be ended.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)