File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1+ To use :manual: `$out </reference/operator/aggregation/out> ` to write to
2+ a collection in a different database on the same |service | cluster,
3+ your |service | cluster must be on MongoDB version 4.4 or later.
Original file line number Diff line number Diff line change @@ -65,6 +65,10 @@ Permissions Required
6565 .. tab:: Atlas Cluster
6666 :tabid: atlas
6767
68+ .. note::
69+
70+ .. include:: /includes/fact-out-stage-limitation.rst
71+
6872 You must be a database user with one of the following roles:
6973
7074 - :authrole:`readWriteAnyDatabase`
Original file line number Diff line number Diff line change @@ -85,8 +85,11 @@ column for details.
8585 * - :pipeline:`$out`
8686 - Takes the documents returned by the aggregation pipeline and
8787 writes them to a specified collection. {+adl+} provides
88- alternate syntax for writing to |s3| and |service| cluster. See
89- :ref:`adl-out-stage` for more information.
88+ alternate syntax for writing to |s3| and |service| cluster.
89+
90+ .. include:: /includes/fact-out-stage-limitation.rst
91+
92+ See :ref:`adl-out-stage` for more information.
9093
9194 * - :pipeline:`$sample`
9295 - Randomly selects the specified number of documents from its
You can’t perform that action at this time.
0 commit comments