blob: fbd5fa0b59b8bb2dbdd3f58dfa7f29c7492a925d [file] [log] [blame]
:py:mod:`airflow.operators.check_operator`
==========================================
.. py:module:: airflow.operators.check_operator
.. autoapi-nested-parse::
This module is deprecated. Please use :mod:`airflow.operators.sql`.
Module Contents
---------------
Classes
~~~~~~~
.. autoapisummary::
airflow.operators.check_operator.CheckOperator
airflow.operators.check_operator.IntervalCheckOperator
airflow.operators.check_operator.ThresholdCheckOperator
airflow.operators.check_operator.ValueCheckOperator
.. py:class:: CheckOperator(**kwargs)
Bases: :py:obj:`airflow.operators.sql.SQLCheckOperator`
This class is deprecated.
Please use `airflow.operators.sql.SQLCheckOperator`.
.. py:class:: IntervalCheckOperator(**kwargs)
Bases: :py:obj:`airflow.operators.sql.SQLIntervalCheckOperator`
This class is deprecated.
Please use `airflow.operators.sql.SQLIntervalCheckOperator`.
.. py:class:: ThresholdCheckOperator(**kwargs)
Bases: :py:obj:`airflow.operators.sql.SQLThresholdCheckOperator`
This class is deprecated.
Please use `airflow.operators.sql.SQLThresholdCheckOperator`.
.. py:class:: ValueCheckOperator(**kwargs)
Bases: :py:obj:`airflow.operators.sql.SQLValueCheckOperator`
This class is deprecated.
Please use `airflow.operators.sql.SQLValueCheckOperator`.