in awswrangler/s3/_write_parquet.py [0:0]
def store_parquet_metadata(
path: str,
database: str,
table: str,
catalog_id: str | None = None,
path_suffix: str | None = None,
path_ignore_suffix: str | list[str] | None = None,
ignore_empty: bool = True,
ignore_null: bool = False,
dtype: dict[str, str] | None = None,
sampling: float = 1.0,
dataset: bool = False,
use_threads: bool | int = True,
description: str | None = None,
parameters: dict[str, str] | None = None,
columns_comments: dict[str, str] | None = None,
compression: str | None = None,
mode: Literal["append", "overwrite"] = "overwrite",
catalog_versioning: bool = False,
regular_partitions: bool = True,
athena_partition_projection_settings: typing.AthenaPartitionProjectionSettings | None = None,
s3_additional_kwargs: dict[str, Any] | None = None,
boto3_session: boto3.Session | None = None,