You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "alex l (Jira)" <ji...@apache.org> on 2020/02/14 00:34:00 UTC

[jira] [Updated] (AIRFLOW-6685) Add ThresholdCheckOperator for Data Quality Checking

     [ https://issues.apache.org/jira/browse/AIRFLOW-6685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

alex l updated AIRFLOW-6685:
----------------------------
    Summary: Add ThresholdCheckOperator for Data Quality Checking   (was: Add Data Quality Operators )

> Add ThresholdCheckOperator for Data Quality Checking 
> -----------------------------------------------------
>
>                 Key: AIRFLOW-6685
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-6685
>             Project: Apache Airflow
>          Issue Type: New Feature
>          Components: operators
>    Affects Versions: 2.0.0
>            Reporter: alex l
>            Assignee: alex l
>            Priority: Major
>
> This PR includes a new operator in `CheckOperator` that allows users to perform a threshold data quality check.
> `ThresholdCheckOperator` will check a single value, sql result against a threshold range, and will fail a task if it is outside this range. The lower and upper bound of the threshold can be defined as either a numeric values, or sql-statements that returns a numeric value.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)