Skip to content

Commit 4ff35d0

Browse files
DOCSP-17774 Add user cluster version restriction (#181)
* DOCSP-17774 Add user cluster version restriction * DOCSP-17774 updates for tech review feedback
1 parent 362ba2a commit 4ff35d0

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
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.

source/reference/pipeline/out.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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`

source/supported-unsupported/supported-aggregation.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)