-
s3 (S3Resource):
TheS3Resourceobject 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. IfTrue, the objects within the bucket can be accessed via a URL without authentication. IfFalse, the bucket is considered private, and authentication must be provided.
Defaults toFalse. -
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