_ReadTableMetadataReturnValue¶
- class awswrangler.typing._ReadTableMetadataReturnValue(columns_types: dict[str, str], partitions_types: dict[str, str] | None)¶
Bases:
NamedTuple
Named tuple defining the return value of the
read_*_metadata
functions.Attributes
Dictionary containing column names and types.
Dictionary containing partition names and types, if partitioned.
Attributes Documentation
-
columns_types:
dict
[str
,str
]¶ Dictionary containing column names and types.
-
partitions_types:
dict
[str
,str
] |None
¶ Dictionary containing partition names and types, if partitioned.
-
columns_types: