[atlas] branch branch-2.0 updated: ATLAS-3056: updated rdbms types to remove use of ownedRef/inverseRef - #3

2019-04-13 Thread madhan
This is an automated email from the ASF dual-hosted git repository.

madhan 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 68cdd70  ATLAS-3056: updated rdbms types to remove use of 
ownedRef/inverseRef - #3
68cdd70 is described below

commit 68cdd70f96c693f6a28589fb84a93f84c5d40e5b
Author: Madhan Neethiraj 
AuthorDate: Sat Apr 13 21:20:57 2019 -0700

ATLAS-3056: updated rdbms types to remove use of ownedRef/inverseRef - #3

(cherry picked from commit 06a3fd3f8beb50e10db11edd1c8607b3bbe977a3)
---
 addons/models/2000-RDBMS/2010-rdbms_model.json | 206 +++--
 1 file changed, 23 insertions(+), 183 deletions(-)

diff --git a/addons/models/2000-RDBMS/2010-rdbms_model.json 
b/addons/models/2000-RDBMS/2010-rdbms_model.json
index 81f0545..3d784bf 100644
--- a/addons/models/2000-RDBMS/2010-rdbms_model.json
+++ b/addons/models/2000-RDBMS/2010-rdbms_model.json
@@ -73,19 +73,6 @@
 "cardinality": "SINGLE",
 "isUnique": false,
 "isIndexable": false
-},
-{
-"name": "databases",
-"typeName": "array",
-"isOptional": true,
-"cardinality": "SET",
-"isUnique": false,
-"isIndexable": false,
-"constraints": [
-   {
-  "type": "ownedRef"
-   }
-]
 }
 ]
 },
@@ -105,41 +92,12 @@
 "isIndexable": true
 },
 {
-"name": "instance",
-"typeName": "rdbms_instance",
-"isOptional": true,
-"cardinality": "SINGLE",
-"isUnique": false,
-"isIndexable": false,
-"constraints": [
-   {
-   "type": "inverseRef",
-   "params": {
-   "attribute": "databases"
-   }
-   }
-]
-},
-{
 "name": "contact_info",
 "typeName": "string",
 "isOptional": true,
 "cardinality": "SINGLE",
 "isUnique": false,
 "isIndexable": false
-},
-{
-"name": "tables",
-"typeName": "array",
-"isOptional": true,
-"cardinality": "SET",
-"isUnique": false,
-"isIndexable": false,
-"constraints": [
-   {
-   "type": "ownedRef"
-   }
-]
 }
 ]
 },
@@ -154,22 +112,6 @@
 },
 "attributeDefs": [
 {
-"name": "db",
-"typeName": "rdbms_db",
-"isOptional": true,
-"cardinality": "SINGLE",
-"isUnique": false,
-"isIndexable": false,
-"constraints": [
-   {
-   "type": "inverseRef",
-   "params": {
-   "attribute": "tables"
-   }
-   }
-]
-},
-{
 "name": "name_path",
 "typeName": "string",
 "isOptional": true,
@@ -210,45 +152,6 @@
 "valuesMaxCount": 1,
 "isUnique": false,
 "isIndexable": false
-},
-{
-"name": "columns",
-"typeName": "array",
-"isOptional": true,
-"cardinality": "SET",
-"isUnique": false,
-"isIndexable": false,
-"constraints": [
-{
-"type": "ownedRef"
-}
-]
-},
-{
-"name": "indexes",
-"typeName": "array",
-"isOptional": true,
-"cardinality": "SET",
-"isUnique": false,
-"isIndexable": false,
-"constraints": [
-{
-"type": "ownedRef"
-}
-]
-},
-{
-   

[atlas] branch branch-1.0 updated: ATLAS-3056: updated rdbms types to remove use of ownedRef/inverseRef - #3

2019-04-13 Thread madhan
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/branch-1.0 by this push:
 new bdd296e  ATLAS-3056: updated rdbms types to remove use of 
ownedRef/inverseRef - #3
bdd296e is described below

commit bdd296ed928ad05a711e74e5adae09a65ada689c
Author: Madhan Neethiraj 
AuthorDate: Sat Apr 13 21:20:57 2019 -0700

ATLAS-3056: updated rdbms types to remove use of ownedRef/inverseRef - #3

(cherry picked from commit 06a3fd3f8beb50e10db11edd1c8607b3bbe977a3)
---
 addons/models/2000-RDBMS/2010-rdbms_model.json | 206 +++--
 1 file changed, 23 insertions(+), 183 deletions(-)

diff --git a/addons/models/2000-RDBMS/2010-rdbms_model.json 
b/addons/models/2000-RDBMS/2010-rdbms_model.json
index 81f0545..3d784bf 100644
--- a/addons/models/2000-RDBMS/2010-rdbms_model.json
+++ b/addons/models/2000-RDBMS/2010-rdbms_model.json
@@ -73,19 +73,6 @@
 "cardinality": "SINGLE",
 "isUnique": false,
 "isIndexable": false
-},
-{
-"name": "databases",
-"typeName": "array",
-"isOptional": true,
-"cardinality": "SET",
-"isUnique": false,
-"isIndexable": false,
-"constraints": [
-   {
-  "type": "ownedRef"
-   }
-]
 }
 ]
 },
@@ -105,41 +92,12 @@
 "isIndexable": true
 },
 {
-"name": "instance",
-"typeName": "rdbms_instance",
-"isOptional": true,
-"cardinality": "SINGLE",
-"isUnique": false,
-"isIndexable": false,
-"constraints": [
-   {
-   "type": "inverseRef",
-   "params": {
-   "attribute": "databases"
-   }
-   }
-]
-},
-{
 "name": "contact_info",
 "typeName": "string",
 "isOptional": true,
 "cardinality": "SINGLE",
 "isUnique": false,
 "isIndexable": false
-},
-{
-"name": "tables",
-"typeName": "array",
-"isOptional": true,
-"cardinality": "SET",
-"isUnique": false,
-"isIndexable": false,
-"constraints": [
-   {
-   "type": "ownedRef"
-   }
-]
 }
 ]
 },
@@ -154,22 +112,6 @@
 },
 "attributeDefs": [
 {
-"name": "db",
-"typeName": "rdbms_db",
-"isOptional": true,
-"cardinality": "SINGLE",
-"isUnique": false,
-"isIndexable": false,
-"constraints": [
-   {
-   "type": "inverseRef",
-   "params": {
-   "attribute": "tables"
-   }
-   }
-]
-},
-{
 "name": "name_path",
 "typeName": "string",
 "isOptional": true,
@@ -210,45 +152,6 @@
 "valuesMaxCount": 1,
 "isUnique": false,
 "isIndexable": false
-},
-{
-"name": "columns",
-"typeName": "array",
-"isOptional": true,
-"cardinality": "SET",
-"isUnique": false,
-"isIndexable": false,
-"constraints": [
-{
-"type": "ownedRef"
-}
-]
-},
-{
-"name": "indexes",
-"typeName": "array",
-"isOptional": true,
-"cardinality": "SET",
-"isUnique": false,
-"isIndexable": false,
-"constraints": [
-{
-"type": "ownedRef"
-}
-]
-},
-{
-   

[atlas] branch master updated: ATLAS-3056: updated rdbms types to remove use of ownedRef/inverseRef - #3

2019-04-13 Thread madhan
This is an automated email from the ASF dual-hosted git repository.

madhan 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 06a3fd3  ATLAS-3056: updated rdbms types to remove use of 
ownedRef/inverseRef - #3
06a3fd3 is described below

commit 06a3fd3f8beb50e10db11edd1c8607b3bbe977a3
Author: Madhan Neethiraj 
AuthorDate: Sat Apr 13 21:20:57 2019 -0700

ATLAS-3056: updated rdbms types to remove use of ownedRef/inverseRef - #3
---
 addons/models/2000-RDBMS/2010-rdbms_model.json | 206 +++--
 1 file changed, 23 insertions(+), 183 deletions(-)

diff --git a/addons/models/2000-RDBMS/2010-rdbms_model.json 
b/addons/models/2000-RDBMS/2010-rdbms_model.json
index 81f0545..3d784bf 100644
--- a/addons/models/2000-RDBMS/2010-rdbms_model.json
+++ b/addons/models/2000-RDBMS/2010-rdbms_model.json
@@ -73,19 +73,6 @@
 "cardinality": "SINGLE",
 "isUnique": false,
 "isIndexable": false
-},
-{
-"name": "databases",
-"typeName": "array",
-"isOptional": true,
-"cardinality": "SET",
-"isUnique": false,
-"isIndexable": false,
-"constraints": [
-   {
-  "type": "ownedRef"
-   }
-]
 }
 ]
 },
@@ -105,41 +92,12 @@
 "isIndexable": true
 },
 {
-"name": "instance",
-"typeName": "rdbms_instance",
-"isOptional": true,
-"cardinality": "SINGLE",
-"isUnique": false,
-"isIndexable": false,
-"constraints": [
-   {
-   "type": "inverseRef",
-   "params": {
-   "attribute": "databases"
-   }
-   }
-]
-},
-{
 "name": "contact_info",
 "typeName": "string",
 "isOptional": true,
 "cardinality": "SINGLE",
 "isUnique": false,
 "isIndexable": false
-},
-{
-"name": "tables",
-"typeName": "array",
-"isOptional": true,
-"cardinality": "SET",
-"isUnique": false,
-"isIndexable": false,
-"constraints": [
-   {
-   "type": "ownedRef"
-   }
-]
 }
 ]
 },
@@ -154,22 +112,6 @@
 },
 "attributeDefs": [
 {
-"name": "db",
-"typeName": "rdbms_db",
-"isOptional": true,
-"cardinality": "SINGLE",
-"isUnique": false,
-"isIndexable": false,
-"constraints": [
-   {
-   "type": "inverseRef",
-   "params": {
-   "attribute": "tables"
-   }
-   }
-]
-},
-{
 "name": "name_path",
 "typeName": "string",
 "isOptional": true,
@@ -210,45 +152,6 @@
 "valuesMaxCount": 1,
 "isUnique": false,
 "isIndexable": false
-},
-{
-"name": "columns",
-"typeName": "array",
-"isOptional": true,
-"cardinality": "SET",
-"isUnique": false,
-"isIndexable": false,
-"constraints": [
-{
-"type": "ownedRef"
-}
-]
-},
-{
-"name": "indexes",
-"typeName": "array",
-"isOptional": true,
-"cardinality": "SET",
-"isUnique": false,
-"isIndexable": false,
-"constraints": [
-{
-"type": "ownedRef"
-}
-]
-},
-{
-"name": "foreign_keys",
-"typeName": "array",
-