Skip to content

Commit 2c4f748

Browse files
committed
docs
1 parent 8ed33c8 commit 2c4f748

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

storey/targets.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,8 @@ class ParquetTarget(_Batching, _Writer):
533533
:param storage_options: Extra options that make sense for a particular storage connection, e.g. host, port,
534534
username, password, etc., if using a URL that will be parsed by fsspec, e.g., starting
535535
"s3://”, "gcs://”. Optional.
536+
:param single_file: If True, all the partitioned data will be written to a single file named {name}.parquet in
537+
the specified path. If False (the default), each batch will be written to a separate file with a random uuid.
536538
:type storage_options: dict
537539
"""
538540

0 commit comments

Comments
 (0)