You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/12/23 23:06:00 UTC

[jira] [Commented] (AIRFLOW-1928) @once with catchup=False fails

    [ https://issues.apache.org/jira/browse/AIRFLOW-1928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16302610#comment-16302610 ] 

ASF subversion and git services commented on AIRFLOW-1928:
----------------------------------------------------------

Commit 369bc4c490a0e9db3adcef863dc0ec50a83d5b68 in incubator-airflow's branch refs/heads/master from [~bolke]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=369bc4c ]

[AIRFLOW-1928] Fix @once with catchup=False

While @once with catchup=False don't make sense,
the scheduler could schedule these kind of dags
due to a logic error.

Closes #2883 from bolkedebruin/AIRFLOW-1928


> @once with catchup=False fails 
> -------------------------------
>
>                 Key: AIRFLOW-1928
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1928
>             Project: Apache Airflow
>          Issue Type: Bug
>    Affects Versions: 1.9.0, 1.8.2
>            Reporter: Bolke de Bruin
>            Assignee: Sumit Maheshwari
>             Fix For: 1.10.0, 1.9.1, 2.0.0
>
>
> If catchup=false and the schedule_interval='@once' the scheduler fails as there is no dag schedule.
> Although this combination does not make sense it should still be supported



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)