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 2016/08/10 23:44:20 UTC

[jira] [Commented] (AIRFLOW-413) Backfilling pickled DAG hits undefined variable

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

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

Commit 6302f482a606cc578efad1d16c838a07981e36ff in incubator-airflow's branch refs/heads/master from [~aoen]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=6302f48 ]

[AIRFLOW-413] Fix unset path bug when backfilling via pickle

Please accept this PR that addresses the following issues:
- https://issues.apache.org/jira/browse/AIRFLOW-413

This fixes a bug when a pickled DAG is used in a backfill.

Testing Done:
- Existing unit tests + running a backfill command that used to fail
  before on this error

mistercrunch artwr plypaul

Closes #1723 from aoen/ddavydov/fix_undefined_path_for_backfilling


> Backfilling pickled DAG hits undefined variable
> -----------------------------------------------
>
>                 Key: AIRFLOW-413
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-413
>             Project: Apache Airflow
>          Issue Type: Bug
>            Reporter: Dan Davydov
>            Assignee: Dan Davydov
>
> Backfiling a pickled dag will hit an error where the path variable that is passed into the run command is never defined. Instead path should be set to None in this case.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)