Repository: atlas
Updated Branches:
  refs/heads/branch-0.8 b27403dad -> 04bc79a24


ATLAS-2286: fix attribute kafka_topic.topic to set isUnique=false

Signed-off-by: Madhan Neethiraj <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/atlas/repo
Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/04bc79a2
Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/04bc79a2
Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/04bc79a2

Branch: refs/heads/branch-0.8
Commit: 04bc79a240551d3298147e157ba74f65e65adf0e
Parents: b27403d
Author: Ashutosh Mestry <[email protected]>
Authored: Tue Nov 28 17:18:55 2017 -0800
Committer: Madhan Neethiraj <[email protected]>
Committed: Tue Nov 28 17:18:55 2017 -0800

----------------------------------------------------------------------
 addons/models/0070-kafka_model.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/atlas/blob/04bc79a2/addons/models/0070-kafka_model.json
----------------------------------------------------------------------
diff --git a/addons/models/0070-kafka_model.json 
b/addons/models/0070-kafka_model.json
index b7f6e33..9ddc379 100644
--- a/addons/models/0070-kafka_model.json
+++ b/addons/models/0070-kafka_model.json
@@ -16,7 +16,7 @@
                     "cardinality": "SINGLE",
                     "isIndexable": true,
                     "isOptional": false,
-                    "isUnique": true
+                    "isUnique": false
                 },
                 {
                     "name": "uri",
@@ -41,7 +41,7 @@
                     "cardinality": "SINGLE",
                     "isIndexable": true,
                     "isOptional": false,
-                    "isUnique": true
+                    "isUnique": false
                 },
                 {
                     "name": "uri",

Reply via email to