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 11:02:00 UTC

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

     [ https://issues.apache.org/jira/browse/AIRFLOW-4926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Uellendall updated AIRFLOW-4926:
--------------------------------------
    Description: 
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 end.

  was:
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.


> 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
>            Priority: Major
>
> 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 end.



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