Skip to content

Commit 5e8c699

Browse files
author
AWS
committed
AWS Glue DataBrew Update: This AWS Glue Databrew release adds feature to support ORC as an input format.
1 parent 1c783ae commit 5e8c699

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed
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 support ORC as an input format."
6+
}

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

+5-4
Original file line numberDiff line numberDiff line change
@@ -1479,7 +1479,7 @@
14791479
"documentation":"<p>The optional filter expression structure to apply additional matching criteria to the parameter.</p>"
14801480
}
14811481
},
1482-
"documentation":"<p>Represents a dataset paramater that defines type and conditions for a parameter in the Amazon S3 path of the dataset.</p>"
1482+
"documentation":"<p>Represents a dataset parameter that defines type and conditions for a parameter in the Amazon S3 path of the dataset.</p>"
14831483
},
14841484
"Date":{"type":"timestamp"},
14851485
"DatetimeFormat":{
@@ -2274,7 +2274,7 @@
22742274
},
22752275
"Order":{
22762276
"shape":"Order",
2277-
"documentation":"<p>A criteria to use for Amazon S3 files sorting before their selection. By default uses DESCENDING order, i.e. most recent files are selected first. Anotherpossible value is ASCENDING.</p>"
2277+
"documentation":"<p>A criteria to use for Amazon S3 files sorting before their selection. By default uses DESCENDING order, i.e. most recent files are selected first. Another possible value is ASCENDING.</p>"
22782278
}
22792279
},
22802280
"documentation":"<p>Represents a limit imposed on number of Amazon S3 files that should be selected for a dataset from a connected Amazon S3 path.</p>"
@@ -2353,7 +2353,8 @@
23532353
"CSV",
23542354
"JSON",
23552355
"PARQUET",
2356-
"EXCEL"
2356+
"EXCEL",
2357+
"ORC"
23572358
]
23582359
},
23592360
"InternalServerException":{
@@ -3437,7 +3438,7 @@
34373438
},
34383439
"CheckExpression":{
34393440
"shape":"Expression",
3440-
"documentation":"<p>The expression which includes column references, condition names followed by variable references, possibly grouped and combined with other conditions. For example, <code>(:col1 starts_with :prefix1 or :col1 starts_with :prefix2) and (:col1 ends_with :suffix1 or :col1 ends_with :suffix2)</code>. Column and value references are substitution variables that should start with the ':' symbol. Depending on the context, substitution variables' values can be either an actual value or a column name. These values are defined in the SubstitutionMap. If a CheckExpression starts with a column reference, then ColumnSelectors in the rule should be null. If ColumnSelectors has been defined, then there should be no columnn reference in the left side of a condition, for example, <code>is_between :val1 and :val2</code>.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/databrew/latest/dg/profile.data-quality-available-checks.html\">Available checks</a> </p>"
3441+
"documentation":"<p>The expression which includes column references, condition names followed by variable references, possibly grouped and combined with other conditions. For example, <code>(:col1 starts_with :prefix1 or :col1 starts_with :prefix2) and (:col1 ends_with :suffix1 or :col1 ends_with :suffix2)</code>. Column and value references are substitution variables that should start with the ':' symbol. Depending on the context, substitution variables' values can be either an actual value or a column name. These values are defined in the SubstitutionMap. If a CheckExpression starts with a column reference, then ColumnSelectors in the rule should be null. If ColumnSelectors has been defined, then there should be no column reference in the left side of a condition, for example, <code>is_between :val1 and :val2</code>.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/databrew/latest/dg/profile.data-quality-available-checks.html\">Available checks</a> </p>"
34413442
},
34423443
"SubstitutionMap":{
34433444
"shape":"ValuesMap",

0 commit comments

Comments
 (0)