@@ -27,33 +27,56 @@ content: |
2727 ---
2828ref : drag-drop-data-store
2929level : 4
30- title : " Create the virtual databases and collections and map the databases and collections to your data store."
30+ title : " Create the virtual databases, collections, and views and map
31+ the databases, collections, and views to your data store."
3132content : |
3233
3334 a. (Optional) Click the :icon-fa4:`pencil` for the:
3435
3536 - :guilabel:`Data Lake` to specify a name for your {+dl+}.
3637 Defaults to ``Data Lake[n]``.
3738
38- - :guilabel:`Database` to edit the database name. Defaults to
39- ``Database[n]``.
39+ - Database to edit the database name. Defaults to ``Database[n]``.
4040
4141 Corresponds to :datalakeconf:`databases.[n].name` |json|
4242 configuration setting.
4343
44- - :guilabel:` Collection` to edit the collection name. Defaults to
44+ - Collection to edit the collection name. Defaults to
4545 ``Collection[n]``.
4646
4747 Corresponds to :datalakeconf:`databases.[n].collections.name`
4848 |json| configuration setting.
4949
50+ - View to edit the view name.
51+
5052 You can click:
5153
5254 - :guilabel:`Create Database` to add databases and collections.
5355 - :icon-fa4:`plus` associated with the database to add collections
5456 to the database.
55- - :icon-fa4:`trash-o` associated with the database or collection
56- to remove the database or collection.
57+ - :icon-fa4:`plus` associated with the collection to add
58+ :manual:`views </core/views/>` on the collection. To create a
59+ view, you must specify:
60+
61+ - The name of the view.
62+ - The :manual:`pipeline
63+ </core/aggregation-pipeline/#std-label-aggregation-pipeline>`
64+ to apply to the view.
65+
66+ .. note::
67+
68+ The view definition pipeline cannot include the ``$out`` or
69+ the ``$merge`` stage. If the view definition includes
70+ nested pipeline stages such as ``$lookup`` or ``$facet``,
71+ this restriction applies to those nested pipelines as well.
72+
73+ To learn more about views, see:
74+
75+ - :manual:`Views </core/views/>`
76+ - :manual:`db.createView </reference/method/db.createView/>`
77+
78+ - :icon-fa4:`trash-o` associated with the database, collection, or
79+ view to remove it.
5780
5881 #. Drag and drop the data store to map with the collection.
5982
0 commit comments