You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by sa...@apache.org on 2020/05/15 17:14:25 UTC

[atlas] branch branch-2.0 updated: ATLAS-3800: Add 'accountId' attribute for AWS S3 v2 bucket model (aws_s3_v2_bucket)

This is an automated email from the ASF dual-hosted git repository.

sarath pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new cb449b6  ATLAS-3800: Add 'accountId' attribute for AWS S3 v2 bucket model (aws_s3_v2_bucket)
cb449b6 is described below

commit cb449b61a97c46b8c3552f9e75ec7e0415d7813c
Author: Ameer Assi <am...@microsoft.com>
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 <sa...@apache.org>
    (cherry picked from commit d8cb94ac65dde5e1585ffe6d547450f647b65d76)
---
 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
         }
       ]
     }