SQLValueCheckOperator
Common SQLPerforms a simple value check using sql code.
Access Instructions
Install the Common SQL provider package into your Airflow environment.
Import the module into your DAG file and instantiate it with your desired params.
Parameters
sqlRequiredthe sql to be executed. (templated)
conn_idthe connection ID used to connect to the database.
databasename of database which overwrite the defined one in connection
Documentation
Performs a simple value check using sql code.