QuboleValueCheckOperator
QubolePerforms a simple value check using Qubole command. By default, each value on the first row of this Qubole command is compared with a pre-defined value. The check fails and errors out if the output of the command is not within the permissible limit of expected value.
Access Instructions
Install the Qubole provider package into your Airflow environment.
Import the module into your DAG file and instantiate it with your desired params.
Parameters
Documentation
Performs a simple value check using Qubole command. By default, each value on the first row of this Qubole command is compared with a pre-defined value. The check fails and errors out if the output of the command is not within the permissible limit of expected value.
- kwargs:
Arguments specific to Qubole command can be referred from QuboleOperator docs.
Note
All fields in common with template fields of QuboleOperator and SQLValueCheckOperator are template-supported.