Skip to content

Commit 3ac96b8

Browse files
authored
Minor - Fix tutorial link (#1070)
* Fix tutorial link * Update moto
1 parent 3906402 commit 3ac96b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

awswrangler/s3/_write_parquet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ def to_parquet( # pylint: disable=too-many-arguments,too-many-locals,too-many-b
305305
mode: str, optional
306306
``append`` (Default), ``overwrite``, ``overwrite_partitions``. Only takes effect if dataset=True.
307307
For details check the related tutorial:
308-
https://aws-data-wrangler.readthedocs.io/en/2.13.0/stubs/awswrangler.s3.to_parquet.html#awswrangler.s3.to_parquet
308+
https://aws-data-wrangler.readthedocs.io/en/2.13.0/tutorials/004%20-%20Parquet%20Datasets.html
309309
catalog_versioning : bool
310310
If True and `mode="overwrite"`, creates an archived version of the table catalog before updating it.
311311
schema_evolution : bool

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ deps =
1010
pytest-rerunfailures==10.2
1111
pytest-xdist==2.4.0
1212
pytest-timeout==2.0.1
13-
moto==2.2.12
13+
moto==2.2.19
1414
s3fs==0.4.2
1515
commands =
1616
pytest -n {posargs} -s -v --timeout=300 --reruns=2 --reruns-delay=60 \

0 commit comments

Comments
 (0)