airflow.providers.amazon.aws.hooks.redshift_data
¶
Module Contents¶
Classes¶
Interact with AWS Redshift Data, using the boto3 library |
- class airflow.providers.amazon.aws.hooks.redshift_data.RedshiftDataHook(*args, **kwargs)[source]¶
Bases:
airflow.providers.amazon.aws.hooks.base_aws.AwsGenericHook
[mypy_boto3_redshift_data.RedshiftDataAPIServiceClient
]Interact with AWS Redshift Data, using the boto3 library Hook attribute conn has all methods that listed in documentation
See also
- Additional arguments (such as
aws_conn_id
orregion_name
) may be specified and are passed down to the underlying AwsBaseHook.
See also
- Parameters
aws_conn_id – The Airflow connection used for AWS credentials.
- Additional arguments (such as