File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
source/reference/pipeline Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,8 @@ Fields
159
159
160
160
If you set ``s3.bucket`` to ``myBucket`` and
161
161
``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``.
163
164
164
165
- Required
165
166
@@ -192,7 +193,10 @@ Fields
192
193
193
194
If you set ``s3.bucket`` to ``myBucket`` and
194
195
``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``.
196
200
197
201
- Required
198
202
You can’t perform that action at this time.
0 commit comments