airflow.providers.amazon.aws.hooks.s3_tables

Classes

S3TablesHook

Interact with Amazon S3 Tables.

Module Contents

class airflow.providers.amazon.aws.hooks.s3_tables.S3TablesHook(*args, **kwargs)[source]

Bases: airflow.providers.amazon.aws.hooks.base_aws.AwsBaseHook

Interact with Amazon S3 Tables.

Provide thin wrapper around boto3.client("s3tables").

Additional arguments (such as aws_conn_id) may be specified and are passed down to the underlying AwsBaseHook.

get_table_bucket_arn_by_name(table_bucket_name)[source]

Get the table bucket ARN by name, or None if not found.

Was this entry helpful?