Skip to content

Commit 20c0cc8

Browse files
committed
add data details
1 parent b409766 commit 20c0cc8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

source/crud/write-operations/bulk.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,11 @@ Example File
364364
~~~~~~~~~~~~
365365

366366
The following code is a complete, standalone file that performs an ordered bulk
367-
write operation on the ``movies`` collection in the ``sample_mflix`` database.
367+
write operation.
368+
369+
.. include:: /includes/sample-data-note.rst
370+
371+
It uses the on the ``movies`` collection in the ``sample_mflix`` database.
368372
The example call to ``bulkWrite()`` includes examples of the ``InsertOneModel``,
369373
``UpdateOneModel``, and ``DeleteOneModel``.
370374

0 commit comments

Comments
 (0)