_S3WriteDataReturnValue

class awswrangler.typing._S3WriteDataReturnValue

Bases: TypedDict

Typed dictionary defining the dictionary returned by S3 write functions.

Attributes

paths

List of all stored files paths on S3.

partitions_values

Dictionary of partitions added with keys as S3 path locations and values as a list of partitions values as str.

Attributes Documentation

paths: list[str]

List of all stored files paths on S3.

partitions_values: dict[str, list[str]]

Dictionary of partitions added with keys as S3 path locations and values as a list of partitions values as str.