_S3WriteDataReturnValue¶
- class awswrangler.typing._S3WriteDataReturnValue¶
Bases:
TypedDict
Typed dictionary defining the dictionary returned by S3 write functions.
Attributes
List of all stored files paths on S3.
Dictionary of partitions added with keys as S3 path locations and values as a list of partitions values as str.
Attributes Documentation
-
paths:
Required
[list
[str
]]¶ List of all stored files paths on S3.
-
partitions_values:
Required
[dict
[str
,list
[str
]]]¶ Dictionary of partitions added with keys as S3 path locations and values as a list of partitions values as str.
-
paths: