File tree Expand file tree Collapse file tree 4 files changed +11
-10
lines changed Expand file tree Collapse file tree 4 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 38
38
05 May 2020 Release
39
39
~~~~~~~~~~~~~~~~~~~
40
40
41
- - Generates :doc : `Storage Configs </config/config-data-lake#generate-data-lake-configuration >`
41
+ - Generates :ref : `Storage Configs <datalake-storagegenconfig >`
42
42
when |service | creates a {+data-lake+}.
43
43
- Adds support for :pipeline: `$out ` to |s3 |.
44
44
- Updates support for `Apache Parquet <https://parquet.apache.org/ >`__
Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ content: |
18
18
:figwidth: 715px
19
19
:alt: Screenshot of the Data Lake Overview.
20
20
---
21
- title : " Enter the name for your {+data-lake-short+} as you want it to appear in |service| and click :guilabel:`Next`."
21
+ title : " Enter the name for your {+data-lake-short+} as you want it to appear in
22
+ |service| and click :guilabel:`Next`."
22
23
level : 4
23
24
ref : name-your-data-lake
24
25
content : |
@@ -49,7 +50,7 @@ content: |
49
50
.. important::
50
51
51
52
|service| displays the External ID and the |service| |aws| IAM user :abbr:`ARN
52
- (Amazon Resource Name)`for a |data-lake| only once. You must save these values
53
+ (Amazon Resource Name)` for a |data-lake| only once. You must save these values
53
54
to a secure location to reconfigure your |data-lake|. If you
54
55
modify your custom |aws| role |arn| in the future, you must update the |aws|
55
56
trust policy associated with the role.
Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ Drop Views Example
193
193
~~~~~~~~~~~~~~~~~~
194
194
195
195
The following command removes a :ref:`view named "listings"
196
- <dl-create -views-cmd-eg >` on the `airbnb
196
+ <dl-collections -views-create- cmd-egs >` on the `airbnb
197
197
<https://atlas-data-lake.s3.amazonaws.com/json/sample_airbnb/listingsAndReviews.json>`__
198
198
collection in the ``sample`` database:
199
199
Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ Examples
265
265
s3: {
266
266
bucket: "my-s3-bucket",
267
267
region: "us-east-1",
268
- filename: {$toString( $sale-date) },
268
+ filename: {$toString: " $sale-date" },
269
269
format: {
270
270
name: "json",
271
271
maxFileSize: "100MiB"
@@ -293,8 +293,8 @@ Examples
293
293
filename: {
294
294
$concat: [
295
295
"persons/",
296
- $name, ‘/’,
297
- $unique-id
296
+ " $name" , ‘/’,
297
+ " $unique-id"
298
298
]
299
299
},
300
300
format: {
@@ -324,9 +324,9 @@ Examples
324
324
filename: {
325
325
$concat: [
326
326
"big-box-store/",
327
- {$toString( $store_number) }, '/',
328
- {$toString( $sale-date) }, '/',
329
- $part-id
327
+ {$toString: " $store_number" }, '/',
328
+ {$toString: " $sale-date" }, '/',
329
+ " $part-id"
330
330
]
331
331
},
332
332
format: {
You can’t perform that action at this time.
0 commit comments