Skip to content

Commit d88031f

Browse files
DOCSP-17662 Add support for Atlas wildcard databases and collections (#179)
* DOCSP-17662 Add support for Atlas wildcard databases and collections * DOCSP-17662 updates for feedback * DOCSP-17662 updates for next round of feedback * DOCSP-17662 updates for feedback
1 parent 5201b33 commit d88031f

File tree

3 files changed

+229
-105
lines changed

3 files changed

+229
-105
lines changed

source/includes/extracts-common-cli-params.yaml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ content: |
66
---
77
ref: cli-param-default-format
88
content: |
9-
The format that {+data-lake-short+} defaults to if it encounters a file
9+
Format that {+data-lake-short+} defaults to if it encounters a file
1010
without an extension while querying the {+data-lake-store+}. The following values are valid:
1111
1212
``.json, .json.gz, .bson, .bson.gz, .avro, .avro.gz, .orc, .tsv, .tsv.gz,
@@ -37,4 +37,15 @@ content: |
3737
and getting started with {+adl+}.
3838
3939
If omitted, defaults to ``false``.
40+
---
41+
ref: cli-param-data-sources
42+
content: |
43+
Array of objects where each object represents a {+data-lake-store+}
44+
in the :datalakeconf:`stores` array to map with the collection.
45+
---
46+
ref: cli-param-data-sources-store-name
47+
content: |
48+
Name of a {+data-lake-store+} to map to the collection. The value
49+
must match the :datalakeconf:`~stores.[n].name` in the
50+
:datalakeconf:`stores` array.
4051
...

0 commit comments

Comments
 (0)