SQLValueCheckOperator

Common SQL

Performs a simple value check using sql code.

View on GitHub

Last Updated: Mar. 7, 2023

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.

Was this page helpful?