diff --git a/awswrangler/s3/_write_parquet.py b/awswrangler/s3/_write_parquet.py index e73c5b46a..dccfc1151 100644 --- a/awswrangler/s3/_write_parquet.py +++ b/awswrangler/s3/_write_parquet.py @@ -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 diff --git a/tox.ini b/tox.ini index 017d9458c..b28a51fc2 100644 --- a/tox.ini +++ b/tox.ini @@ -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 \