Commit 74b32a17 by Binit Committed by kevalbhatt

ATLAS-2949 : Remove duplicate attribute from the rdbms entity

Signed-off-by: 's avatarkevalbhatt <kbhatt@apache.org>
parent fe1c299c
...@@ -6,9 +6,9 @@ ...@@ -6,9 +6,9 @@
{ {
"name": "rdbms_instance", "name": "rdbms_instance",
"description": "Instance that the rdbms server is running on", "description": "Instance that the rdbms server is running on",
"superTypes": ["DataSet", "Asset"], "superTypes": ["DataSet"],
"serviceType": "rdbms", "serviceType": "rdbms",
"typeVersion": "1.0", "typeVersion": "1.1",
"attributeDefs": [ "attributeDefs": [
{ {
"name": "rdbms_type", "name": "rdbms_type",
...@@ -92,9 +92,9 @@ ...@@ -92,9 +92,9 @@
{ {
"name": "rdbms_db", "name": "rdbms_db",
"description": "a database (schema) in an rdbms", "description": "a database (schema) in an rdbms",
"superTypes": ["DataSet", "Asset"], "superTypes": ["DataSet"],
"serviceType": "rdbms", "serviceType": "rdbms",
"typeVersion": "1.0", "typeVersion": "1.1",
"attributeDefs": [ "attributeDefs": [
{ {
"name": "prodOrOther", "name": "prodOrOther",
...@@ -146,9 +146,9 @@ ...@@ -146,9 +146,9 @@
{ {
"name": "rdbms_table", "name": "rdbms_table",
"description": "a table in an rdbms database (schema)", "description": "a table in an rdbms database (schema)",
"superTypes": ["DataSet", "Asset"], "superTypes": ["DataSet"],
"serviceType": "rdbms", "serviceType": "rdbms",
"typeVersion": "1.0", "typeVersion": "1.1",
"attributeDefs": [ "attributeDefs": [
{ {
"name": "db", "name": "db",
...@@ -252,9 +252,9 @@ ...@@ -252,9 +252,9 @@
{ {
"name": "rdbms_column", "name": "rdbms_column",
"description": "a column in an rdbms table", "description": "a column in an rdbms table",
"superTypes": ["DataSet", "Asset"], "superTypes": ["DataSet"],
"serviceType": "rdbms", "serviceType": "rdbms",
"typeVersion": "1.0", "typeVersion": "1.1",
"attributeDefs": [ "attributeDefs": [
{ {
"name": "data_type", "name": "data_type",
...@@ -325,9 +325,9 @@ ...@@ -325,9 +325,9 @@
{ {
"name": "rdbms_index", "name": "rdbms_index",
"description": "An index on an RDBMS table", "description": "An index on an RDBMS table",
"superTypes": ["DataSet", "Asset"], "superTypes": ["DataSet"],
"serviceType": "rdbms", "serviceType": "rdbms",
"typeVersion": "1.0", "typeVersion": "1.1",
"attributeDefs": [ "attributeDefs": [
{ {
"name": "table", "name": "table",
...@@ -382,9 +382,9 @@ ...@@ -382,9 +382,9 @@
{ {
"name": "rdbms_foreign_key", "name": "rdbms_foreign_key",
"description": null, "description": null,
"superTypes": ["DataSet", "Asset"], "superTypes": ["DataSet"],
"serviceType": "rdbms", "serviceType": "rdbms",
"typeVersion": "1.0", "typeVersion": "1.1",
"attributeDefs": [ "attributeDefs": [
{ {
"name": "table", "name": "table",
......
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
{ {
"action": "UPDATE_TYPEDEF_OPTIONS", "action": "UPDATE_TYPEDEF_OPTIONS",
"typeName": "rdbms_column", "typeName": "rdbms_column",
"applyToVersion": "1.0", "applyToVersion": "1.1",
"updateToVersion": "1.1", "updateToVersion": "1.2",
"typeDefOptions": { "typeDefOptions": {
"schemaAttributes": "[\"name\", \"description\", \"owner\", \"data_type\", \"comment\", \" isPrimaryKey\", \" isNullable\"]" "schemaAttributes": "[\"name\", \"description\", \"owner\", \"data_type\", \"comment\", \" isPrimaryKey\", \" isNullable\"]"
} }
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
{ {
"action": "UPDATE_TYPEDEF_OPTIONS", "action": "UPDATE_TYPEDEF_OPTIONS",
"typeName": "rdbms_table", "typeName": "rdbms_table",
"applyToVersion": "1.0", "applyToVersion": "1.1",
"updateToVersion": "1.1", "updateToVersion": "1.2",
"typeDefOptions": { "typeDefOptions": {
"schemaElementsAttribute": "columns" "schemaElementsAttribute": "columns"
} }
......
...@@ -3,43 +3,43 @@ ...@@ -3,43 +3,43 @@
{ {
"action": "SET_SERVICE_TYPE", "action": "SET_SERVICE_TYPE",
"typeName": "rdbms_instance", "typeName": "rdbms_instance",
"applyToVersion": "1.0", "applyToVersion": "1.1",
"updateToVersion": "1.1", "updateToVersion": "1.2",
"serviceType": "rdbms" "serviceType": "rdbms"
}, },
{ {
"action": "SET_SERVICE_TYPE", "action": "SET_SERVICE_TYPE",
"typeName": "rdbms_db", "typeName": "rdbms_db",
"applyToVersion": "1.0", "applyToVersion": "1.1",
"updateToVersion": "1.1", "updateToVersion": "1.2",
"serviceType": "rdbms" "serviceType": "rdbms"
}, },
{ {
"action": "SET_SERVICE_TYPE", "action": "SET_SERVICE_TYPE",
"typeName": "rdbms_table", "typeName": "rdbms_table",
"applyToVersion": "1.1", "applyToVersion": "1.2",
"updateToVersion": "1.2", "updateToVersion": "1.3",
"serviceType": "rdbms" "serviceType": "rdbms"
}, },
{ {
"action": "SET_SERVICE_TYPE", "action": "SET_SERVICE_TYPE",
"typeName": "rdbms_column", "typeName": "rdbms_column",
"applyToVersion": "1.1", "applyToVersion": "1.2",
"updateToVersion": "1.2", "updateToVersion": "1.3",
"serviceType": "rdbms" "serviceType": "rdbms"
}, },
{ {
"action": "SET_SERVICE_TYPE", "action": "SET_SERVICE_TYPE",
"typeName": "rdbms_index", "typeName": "rdbms_index",
"applyToVersion": "1.0", "applyToVersion": "1.1",
"updateToVersion": "1.1", "updateToVersion": "1.2",
"serviceType": "rdbms" "serviceType": "rdbms"
}, },
{ {
"action": "SET_SERVICE_TYPE", "action": "SET_SERVICE_TYPE",
"typeName": "rdbms_foreign_key", "typeName": "rdbms_foreign_key",
"applyToVersion": "1.0", "applyToVersion": "1.1",
"updateToVersion": "1.1", "updateToVersion": "1.2",
"serviceType": "rdbms" "serviceType": "rdbms"
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment