This is an automated email from the ASF dual-hosted git repository.
sarath pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/master by this push:
new d8cb94a ATLAS-3800: Add 'accountId' attribute for AWS S3 v2 bucket
model (aws_s3_v2_bucket)
d8cb94a is described below
commit d8cb94ac65dde5e1585ffe6d547450f647b65d76
Author: Ameer Assi <[email protected]>
AuthorDate: Tue Apr 28 00:34:52 2020 +0300
ATLAS-3800: Add 'accountId' attribute for AWS S3 v2 bucket model
(aws_s3_v2_bucket)
Signed-off-by: Sarath Subramanian <[email protected]>
---
addons/models/3000-Cloud/3030-aws_s3_v2_typedefs.json | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/addons/models/3000-Cloud/3030-aws_s3_v2_typedefs.json
b/addons/models/3000-Cloud/3030-aws_s3_v2_typedefs.json
index 676a223..52b7f4c 100644
--- a/addons/models/3000-Cloud/3030-aws_s3_v2_typedefs.json
+++ b/addons/models/3000-Cloud/3030-aws_s3_v2_typedefs.json
@@ -251,6 +251,15 @@
"isIndexable": false,
"isOptional": true,
"isUnique": false
+ },
+ {
+ "name": "accountId",
+ "typeName": "string",
+ "cardinality": "SINGLE",
+ "isIndexable": true,
+ "isOptional": true,
+ "isUnique": false,
+ "searchWeight" : 10
}
]
}