in awswrangler/s3/_read_parquet.py [0:0]
def read_parquet(
path: str | list[str],
path_root: str | None = None,
dataset: bool = False,
path_suffix: str | list[str] | None = None,
path_ignore_suffix: str | list[str] | None = None,
ignore_empty: bool = True,
partition_filter: Callable[[dict[str, str]], bool] | None = None,
columns: list[str] | None = None,
validate_schema: bool = False,
coerce_int96_timestamp_unit: str | None = None,
schema: pa.Schema | None = None,
last_modified_begin: datetime.datetime | None = None,
last_modified_end: datetime.datetime | None = None,
version_id: str | dict[str, str] | None = None,
dtype_backend: Literal["numpy_nullable", "pyarrow"] = "numpy_nullable",
chunked: bool | int = False,
use_threads: bool | int = True,
ray_args: RayReadParquetSettings | None = None,
boto3_session: boto3.Session | None = None,
s3_additional_kwargs: dict[str, Any] | None = None,
pyarrow_additional_kwargs: dict[str, Any] | None = None,
decryption_configuration: ArrowDecryptionConfiguration | None = None,