You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Bolke de Bruin (JIRA)" <ji...@apache.org> on 2017/02/09 21:29:41 UTC

[jira] [Created] (AIRFLOW-856) Execution_date is always set to None in local_client API

Bolke de Bruin created AIRFLOW-856:
--------------------------------------

             Summary: Execution_date is always set to None in local_client API
                 Key: AIRFLOW-856
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-856
             Project: Apache Airflow
          Issue Type: Bug
          Components: cli
    Affects Versions: 1.8.0rc2
            Reporter: Bolke de Bruin
            Assignee: Bolke de Bruin
            Priority: Blocker
             Fix For: 1.8.0rc3


   def trigger_dag(self, dag_id, run_id=None, conf=None, execution_date=None):
        dr = trigger_dag.trigger_dag(dag_id=dag_id,
                                     run_id=run_id,
                                     conf=conf,
                                     execution_date=None)
        return "Created {}".format(dr)

is the code in local_client. This sets execution_date to None



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)