Available Modules
Modules are Python callables available from this provider package.
Types:
SensorsHooksOperatorsRuns a sql statement repeatedly until a criteria is met. It will keep trying until success or failure criteria are met, or if the first cell is not in…
Abstract base class for sql hooks.
Performs one or more of the templated checks in the column_checks dictionary. Checks are performed on a per-column basis specified by the column_mappi…
Performs one or more of the checks provided in the checks dictionary. Checks should be written to return a boolean result.
Checks that the values of metrics given as SQL expressions are within a certain tolerance of the ones from days_back before.
Allows a DAG to “branch” or follow a specified path based on the results of a SQL query.
Performs a value check using sql code against a minimum threshold and a maximum threshold. Thresholds can be in the form of a numeric value OR a sql s…
Performs checks against a db. The SQLCheckOperator expects a sql query that will return a single row. Each value on that first row is evaluated using …
Performs a simple value check using sql code.
Executes SQL code in a specific database :param sql: the SQL code or string pointing to a template file to be executed (templated). File must have a ‘…
This is a base class for generic SQL Operator to get a DB Hook