Skip to content

Commit be9db5c

Browse files
author
AWS
committed
Amazon QuickSight Update: Increased Character Limit for Dataset Calculation Field expressions
1 parent d90a4d3 commit be9db5c

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
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": "Amazon QuickSight",
4+
"contributor": "",
5+
"description": "Increased Character Limit for Dataset Calculation Field expressions"
6+
}

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6335,7 +6335,7 @@
63356335
"documentation":"<p>A unique ID to identify a calculated column. During a dataset update, if the column ID of a calculated column matches that of an existing calculated column, Amazon QuickSight preserves the existing calculated column.</p>"
63366336
},
63376337
"Expression":{
6338-
"shape":"Expression",
6338+
"shape":"DataSetCalculatedFieldExpression",
63396339
"documentation":"<p>An expression that defines the calculated column.</p>"
63406340
}
63416341
},
@@ -6891,7 +6891,8 @@
68916891
"ColumnDescriptiveText":{
68926892
"type":"string",
68936893
"max":500,
6894-
"min":0
6894+
"min":0,
6895+
"sensitive":true
68956896
},
68966897
"ColumnGroup":{
68976898
"type":"structure",
@@ -10433,6 +10434,12 @@
1043310434
"member":{"shape":"Arn"},
1043410435
"max":100
1043510436
},
10437+
"DataSetCalculatedFieldExpression":{
10438+
"type":"string",
10439+
"max":250000,
10440+
"min":1,
10441+
"sensitive":true
10442+
},
1043610443
"DataSetConfiguration":{
1043710444
"type":"structure",
1043810445
"members":{

0 commit comments

Comments
 (0)