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