Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion awswrangler/s3/_write_parquet.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ def to_parquet( # pylint: disable=too-many-arguments,too-many-locals,too-many-b
mode: str, optional
``append`` (Default), ``overwrite``, ``overwrite_partitions``. Only takes effect if dataset=True.
For details check the related tutorial:
https://aws-data-wrangler.readthedocs.io/en/2.13.0/stubs/awswrangler.s3.to_parquet.html#awswrangler.s3.to_parquet
https://aws-data-wrangler.readthedocs.io/en/2.13.0/tutorials/004%20-%20Parquet%20Datasets.html
catalog_versioning : bool
If True and `mode="overwrite"`, creates an archived version of the table catalog before updating it.
schema_evolution : bool
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ deps =
pytest-rerunfailures==10.2
pytest-xdist==2.4.0
pytest-timeout==2.0.1
moto==2.2.12
moto==2.2.19
s3fs==0.4.2
commands =
pytest -n {posargs} -s -v --timeout=300 --reruns=2 --reruns-delay=60 \
Expand Down