Skip to content

Commit 838c609

Browse files
DOCSP-12489 fixes out options descriptions (#84)
* DOCSP-12489 fixes out options descriptions * DOCSP-12489 updates for tech review feedback * DOCSP-12489 updates for feedback * DOCSP-12489 updates for review feedback DOCSP-12489 minor fixes DOCSP-12489 minor fix
1 parent 70831d5 commit 838c609

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

source/reference/pipeline/out.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,8 @@ Fields
159159

160160
If you set ``s3.bucket`` to ``myBucket`` and
161161
``s3.filename`` to ``myPath/myData``, {+adl+} writes
162-
this out as ``s3://myBucket/myPath/myFile``
162+
this out as
163+
``s3://myBucket/myPath/myData.[n].json``.
163164

164165
- Required
165166

@@ -192,7 +193,10 @@ Fields
192193

193194
If you set ``s3.bucket`` to ``myBucket`` and
194195
``s3.filename`` to ``myPath/myData``, {+adl+} writes
195-
this out as ``s3://myBucket/myPath/myFile``
196+
this out as ``s3://myBucket/myPath/myData.[n].json``. If you
197+
specify a partition attribute in the path to the filename,
198+
``myPath/{<fieldA> <data-type>}/``, {+adl+} writes this out
199+
as ``s3://myBucket/myPath/fieldA/[n].json``.
196200

197201
- Required
198202

0 commit comments

Comments
 (0)