Skip to content

Commit 9fc372e

Browse files
author
AWS
committed
AWS Glue DataBrew Update: This AWS Glue Databrew release adds feature to merge job outputs into a max number of files for S3 File output type.
1 parent aefa2aa commit 9fc372e

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Glue DataBrew",
4+
"contributor": "",
5+
"description": "This AWS Glue Databrew release adds feature to merge job outputs into a max number of files for S3 File output type."
6+
}

services/databrew/src/main/resources/codegen-resources/service-2.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2956,6 +2956,11 @@
29562956
"type":"integer",
29572957
"min":1
29582958
},
2959+
"MaxOutputFiles":{
2960+
"type":"integer",
2961+
"max":999,
2962+
"min":1
2963+
},
29592964
"MaxResults100":{
29602965
"type":"integer",
29612966
"max":100,
@@ -3027,6 +3032,10 @@
30273032
"FormatOptions":{
30283033
"shape":"OutputFormatOptions",
30293034
"documentation":"<p>Represents options that define how DataBrew formats job output files.</p>"
3035+
},
3036+
"MaxOutputFiles":{
3037+
"shape":"MaxOutputFiles",
3038+
"documentation":"<p>Maximum number of files to be generated by the job and written to the output folder. For output partitioned by column(s), the MaxOutputFiles value is the maximum number of files per partition.</p>"
30303039
}
30313040
},
30323041
"documentation":"<p>Represents options that specify how and where in Amazon S3 DataBrew writes the output generated by recipe jobs or profile jobs.</p>"

0 commit comments

Comments
 (0)