Skip to content

Commit 74e51c7

Browse files
committed
Updated implementation of “overwrite_files” mode
1 parent 49df50c commit 74e51c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awswrangler/s3/_write_dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def _to_dataset(
220220
concurrent_partitioning: bool,
221221
df: pd.DataFrame,
222222
path_root: str,
223-
filename_prefix: str,
223+
filename_prefix: str | None,
224224
index: bool,
225225
use_threads: bool | int,
226226
mode: str,

0 commit comments

Comments
 (0)