Skip to content

Commit 021fa41

Browse files
DOCSP-34873 Allow manual cluster namespace input (#294)
* DOCSP-34873 Allow manual cluster namespace input * DOCSP-34873 updates for HC's feedback * DOCSP-34873 updates for CR feedback
1 parent 68c45ac commit 021fa41

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

source/tutorial/add-dataset-pipeline.txt

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,23 @@ Procedure
9999
|service| cluster where you loaded the sample data.
100100

101101
#. Select the database on the specified cluster from the
102-
dropdown.
102+
dropdown, or type the database name in the field if the
103+
database isn't listed in the dropdown.
104+
105+
{+adl+} won't display the database if it's unable to
106+
fetch the names of the databases for the specified cluster.
103107

104108
.. example::
105109

106110
If you selected the cluster where the sample data is
107111
loaded, select ``sample_mflix``.
108112

109113
#. Select the collection in the specified database from the
110-
dropdown.
114+
dropdown, or type the collection name in the field if the
115+
collection isn't available.
116+
117+
{+adl+} won't display the collection if it's unable to
118+
fetch the collection namespace for the specified cluster.
111119

112120
{+adl+} doesn't support :manual:`Views </core/views/>` as a
113121
data source for pipelines. You must select a collection from
@@ -201,7 +209,9 @@ Procedure
201209
.. include:: /includes/list-table-supported-aws-regions.rst
202210

203211
By default, {+adl+} automatically selects the region closest to
204-
your |service| cluster for storing extracted data.
212+
your |service| cluster for storing extracted data. If
213+
{+adl+} is unable to determine the region, it defaults to
214+
``us-east-1``.
205215

206216
.. step:: Specify fields in your collection to create partitions.
207217

0 commit comments

Comments
 (0)