Arguments Supported by s3_blob_to_teradata

Teradata Developer Guides

ft:locale
en-US
ft:lastEdition
2026-08-18
  • s3 (S3Resource):
    The S3Resource object used to interact with the S3 bucket.

  • s3_source_key (str):
    The URI specifying the location of the S3 bucket. The URI format is:
    /s3/YOUR-BUCKET.s3.amazonaws.com/YOUR-BUCKET-NAME
    For more details, refer to:
    Teradata Documentation - Native Object Store

  • teradata_table (str):
    The name of the Teradata table to which the data will be loaded.

  • public_bucket (bool):
    Indicates whether the provided S3 bucket is public. If True, the objects within the bucket can be accessed via a URL without authentication. If False, the bucket is considered private, and authentication must be provided.
    Defaults to False.

  • teradata_authorization_name (str):
    The name of the Teradata Authorization Database Object, which controls access to the S3 object store.
    For more details, refer to:
    Teradata Native Object Store - Setting Up Access