You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Drazen Urch (JIRA)" <ji...@apache.org> on 2019/07/02 13:34:00 UTC

[jira] [Created] (AIRFLOW-4880) Allow for value based failure and success criteria in SqlSensor

Drazen Urch created AIRFLOW-4880:
------------------------------------

             Summary: Allow for value based failure and success criteria in SqlSensor
                 Key: AIRFLOW-4880
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4880
             Project: Apache Airflow
          Issue Type: Improvement
          Components: DAG
    Affects Versions: 1.10.3
            Reporter: Drazen Urch
            Assignee: Drazen Urch


Currently SqlSensor has a very specific requirements around what should be returned, and can only signal existence of a particular row. There is no way to fail the sensor based on the values returned, something like CheckOperator needs to be used. 

It would be great to have a way of doing some basic fail/pass logic in the SqlSensor



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)