Skip to content

Commit ebed567

Browse files
author
AWS
committed
Amazon QuickSight Update: Added Impala connector support
1 parent 0e5b091 commit ebed567

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-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": "Amazon QuickSight",
4+
"contributor": "",
5+
"description": "Added Impala connector support"
6+
}

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

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12229,6 +12229,10 @@
1222912229
"BigQueryParameters":{
1223012230
"shape":"BigQueryParameters",
1223112231
"documentation":"<p>The parameters that are required to connect to a Google BigQuery data source.</p>"
12232+
},
12233+
"ImpalaParameters":{
12234+
"shape":"ImpalaParameters",
12235+
"documentation":"<p>The parameters for Impala.</p>"
1223212236
}
1223312237
},
1223412238
"documentation":"<p>The parameters that Amazon QuickSight uses to connect to your underlying data source. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.</p>"
@@ -21280,6 +21284,33 @@
2128021284
},
2128121285
"documentation":"<p>A static file that contains an image.</p>"
2128221286
},
21287+
"ImpalaParameters":{
21288+
"type":"structure",
21289+
"required":[
21290+
"Host",
21291+
"Port",
21292+
"SqlEndpointPath"
21293+
],
21294+
"members":{
21295+
"Host":{
21296+
"shape":"Host",
21297+
"documentation":"<p>The host name of the Impala data source.</p>"
21298+
},
21299+
"Port":{
21300+
"shape":"Port",
21301+
"documentation":"<p>The port of the Impala data source.</p>"
21302+
},
21303+
"Database":{
21304+
"shape":"Database",
21305+
"documentation":"<p>The database of the Impala data source.</p>"
21306+
},
21307+
"SqlEndpointPath":{
21308+
"shape":"SqlEndpointPath",
21309+
"documentation":"<p>The HTTP path of the Impala data source.</p>"
21310+
}
21311+
},
21312+
"documentation":"<p>The parameters that are required to connect to a Impala data source.</p>"
21313+
},
2128321314
"IncludeFolderMembers":{
2128421315
"type":"string",
2128521316
"enum":[

0 commit comments

Comments
 (0)