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

[jira] [Created] (AIRFLOW-845) Sensor execute method does not return

Robin B created AIRFLOW-845:
-------------------------------

             Summary: Sensor execute method does not return 
                 Key: AIRFLOW-845
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-845
             Project: Apache Airflow
          Issue Type: Improvement
          Components: operators, xcom
            Reporter: Robin B


Sensors have no way of outputing the return value via xcom due to missing return statement in the execute-method. Something like `return self.poke(context)` solves it.

If the sensors can return more than just BOOL, e.g. a list of files to be manipulated, this can also be used to drive the DAG.



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