Skip to content

Commit 30f3ea0

Browse files
committed
Updating tutorial 13
1 parent b6b8bfc commit 30f3ea0

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

tutorials/13 - Merging Datasets on S3.ipynb

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,7 @@
310310
}
311311
],
312312
"source": [
313-
"wr.s3.copy_objects(\n",
314-
" paths=dataset2_files,\n",
313+
"wr.s3.merge_datasets(\n",
315314
" source_path=path2,\n",
316315
" target_path=path1,\n",
317316
" mode=\"append\"\n",
@@ -394,8 +393,7 @@
394393
}
395394
],
396395
"source": [
397-
"wr.s3.copy_objects(\n",
398-
" paths=dataset2_files,\n",
396+
"wr.s3.merge_datasets(\n",
399397
" source_path=path2,\n",
400398
" target_path=path1,\n",
401399
" mode=\"overwrite_partitions\"\n",
@@ -471,8 +469,7 @@
471469
}
472470
],
473471
"source": [
474-
"wr.s3.copy_objects(\n",
475-
" paths=dataset2_files,\n",
472+
"wr.s3.merge_datasets(\n",
476473
" source_path=path2,\n",
477474
" target_path=path1,\n",
478475
" mode=\"overwrite\"\n",

0 commit comments

Comments
 (0)