amazon.aws.operators.redshift_sql

Module Contents

Classes

RedshiftSQLOperatorAsync

Executes SQL Statements against an Amazon Redshift cluster

class amazon.aws.operators.redshift_sql.RedshiftSQLOperatorAsync(*, poll_interval=5, **kwargs)

Bases: airflow.providers.amazon.aws.operators.redshift_sql.RedshiftSQLOperator

Executes SQL Statements against an Amazon Redshift cluster

execute(self, context)
execute_complete(self, context, event=None)

Callback for when the trigger fires - returns immediately. Relies on trigger to throw an exception, otherwise it assumes execution was successful.