[
https://issues.apache.org/jira/browse/AIRFLOW-6685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17073209#comment-17073209
]
ASF subversion and git services commented on AIRFLOW-6685:
----------------------------------------------------------
Commit d586ea9ba9df3eae9a91c1aeb87e70a92d1fd26d in airflow's branch
refs/heads/v1-10-test from Alex Lue
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=d586ea9 ]
[AIRFLOW-6685] ThresholdCheckOperator (#7353)
* [AIRFLOW-6685] Data Quality Check operators
* removed .get_connection to get hook in get_sql_value
* added tests for get_sql_value
* threshold check operator and tests added to checkoperator file
(cherry picked from commit 4c6ae189719b5fee75276c1e3da16de3fa96e6a2)
> 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
> Fix For: 1.10.10
>
>
> 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)