File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,6 @@ define:
185
185
"dataSources" : [
186
186
{
187
187
"storeName" : "<store-name>",
188
- "defaultFormat" : "<file-format>",
189
188
"urls" : ["<url>"]
190
189
}
191
190
]
Original file line number Diff line number Diff line change @@ -734,7 +734,6 @@ The {+data-lake-short+} configuration has the following format:
734
734
"dataSources" : [
735
735
{
736
736
"storeName" : "<string>",
737
- "defaultFormat" : "<string>",
738
737
"urls" : ["<string>"]
739
738
}
740
739
]
Original file line number Diff line number Diff line change 9
9
10
10
|service| |data-lake| only supports Amazon S3 `Standard
11
11
<https://aws.amazon.com/s3/storage-classes/?nc=sn&loc=3#General_purpose>`__,
12
- `Intelligent Tiering <https://aws.amazon.com/s3/storage-classes/#Unknown_or_changing_access>`__
12
+ `Intelligent Tiering <https://aws.amazon.com/s3/storage-classes/#Unknown_or_changing_access>`__,
13
13
and `Standard-Infrequent Access <https://aws.amazon.com/s3/storage-classes/#Infrequent_access>`__
14
14
storage classes. |data-lake| does not support the following features:
15
15
@@ -18,6 +18,10 @@ storage classes. |data-lake| does not support the following features:
18
18
* Creating a |data-lake| with |s3| buckets from more than one |aws| account
19
19
* Assigning |service| temporary users permission to query a |data-lake|
20
20
* Querying documents larger than 16MB
21
- * Adding IP address associated with your |data-lakes| to your |service| project whitelist
22
- * Assigning |service| read only access to your |aws| account with |aws| security groups
21
+ * Adding IP address associated with your |data-lakes| to your |service| project
22
+ whitelist
23
+ * Assigning |service| read only access to your |aws| account with |aws|
24
+ security groups
23
25
* Returning more than 100 collections for wildcard collections
26
+ * Returning documents in the same order across queries unless imposed by
27
+ the query operators used
You can’t perform that action at this time.
0 commit comments