Skip to content

Commit 7f01567

Browse files
authored
(DOCSP-18865) Removes invalid sample data references from ADL docs (#200)
1 parent 1ac7b50 commit 7f01567

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

source/includes/list-table-sample-data.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,6 @@
4242
For this path, {+dl+} utilizes partitions optimized for queries
4343
on the ``account_id`` field.
4444

45-
* - ``/mflix/comments/{shortDate isodate}/{movie_id objectid}/``
46-
- This path references the ``mflix`` dataset, which contains data
47-
on movies and movie theaters. To learn more about this dataset,
48-
see :atlas:`Sample Mflix Dataset </sample-data/sample-mflix#sample_mflix.comments>`.
49-
50-
For this path, {+dl+} utilizes partitions optimized for queries
51-
on the ``date`` and ``movie_id`` fields.
52-
5345
* - ``/mflix/movies/{type string}/{year int}/``
5446
- This path references the ``mflix`` dataset, which contains data
5547
on movies and movie theaters. To learn more about this dataset,

source/tutorial/run-queries.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -110,15 +110,6 @@ appropriate tabs for the sample dataset paths that you added.
110110
.. tab:: Mflix
111111
:tabid: mflix
112112

113-
.. _adl-sample-query6:
114-
115-
Find comments on movies submitted after ``2018-01-01`` and sort
116-
the results by the ``_id`` field:
117-
118-
.. code-block:: sh
119-
120-
db.Collection0.find({"date": {$gt: ISODate("2018-01-01T23:20:16.000+00:00")}}).sort({"_id": 1})
121-
122113
.. _adl-sample-query7:
123114

124115
Find all movies between the years 2010 and 2015 and include only

0 commit comments

Comments
 (0)