Available Modules
Modules are Python callables available from this provider package.
Types:
TransfersOperatorsHooksExecutes an SQL statement in Snowflake and sends the results to Slack. The results of the query are rendered into the ‘slack_message’ parameter as a P…
Executes SQL code in a Snowflake database
A client to interact with Snowflake.
Executes an COPY command to load files from s3 to Snowflake
Performs a simple check using sql code against a specified value, within a certain level of tolerance.
Performs a check against Snowflake. The SnowflakeCheckOperator expects a sql query that will return a single row. Each value on that first row is eval…
Checks that the values of metrics given as SQL expressions are within a certain tolerance of the ones from days_back before.
Executes a COPY INTO command to load files from an external stage from clouds to Snowflake