We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6b8bfc commit 30f3ea0Copy full SHA for 30f3ea0
tutorials/13 - Merging Datasets on S3.ipynb
@@ -310,8 +310,7 @@
310
}
311
],
312
"source": [
313
- "wr.s3.copy_objects(\n",
314
- " paths=dataset2_files,\n",
+ "wr.s3.merge_datasets(\n",
315
" source_path=path2,\n",
316
" target_path=path1,\n",
317
" mode=\"append\"\n",
@@ -394,8 +393,7 @@
394
393
395
396
397
398
399
400
401
" mode=\"overwrite_partitions\"\n",
@@ -471,8 +469,7 @@
471
469
472
470
473
474
475
476
477
478
" mode=\"overwrite\"\n",
0 commit comments