airflow.operators.check_operator¶
This module is deprecated. Please use airflow.operators.sql.
Module Contents¶
Classes¶
This class is deprecated. |
|
This class is deprecated. |
|
This class is deprecated. |
|
This class is deprecated. |
- class airflow.operators.check_operator.CheckOperator(**kwargs)[source]¶
Bases:
airflow.operators.sql.SQLCheckOperatorThis class is deprecated. Please use airflow.operators.sql.SQLCheckOperator.
- class airflow.operators.check_operator.IntervalCheckOperator(**kwargs)[source]¶
Bases:
airflow.operators.sql.SQLIntervalCheckOperatorThis class is deprecated. Please use airflow.operators.sql.SQLIntervalCheckOperator.
- class airflow.operators.check_operator.ThresholdCheckOperator(**kwargs)[source]¶
Bases:
airflow.operators.sql.SQLThresholdCheckOperatorThis class is deprecated. Please use airflow.operators.sql.SQLThresholdCheckOperator.
- class airflow.operators.check_operator.ValueCheckOperator(**kwargs)[source]¶
Bases:
airflow.operators.sql.SQLValueCheckOperatorThis class is deprecated. Please use airflow.operators.sql.SQLValueCheckOperator.