Skip to content

Commit 63452b0

Browse files
author
AWS
committed
Amazon Lookout for Metrics Update: Allowing dot(.) character in table name for RDS and Redshift as source connector.
1 parent bf85d53 commit 63452b0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
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 Lookout for Metrics",
4+
"contributor": "",
5+
"description": "Allowing dot(.) character in table name for RDS and Redshift as source connector."
6+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2295,7 +2295,7 @@
22952295
"type":"string",
22962296
"max":100,
22972297
"min":1,
2298-
"pattern":"^[a-zA-Z][a-zA-Z0-9_]*$"
2298+
"pattern":"^[a-zA-Z][a-zA-Z0-9_.]*$"
22992299
},
23002300
"TagKey":{
23012301
"type":"string",

0 commit comments

Comments
 (0)