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 @@
{
"name": "rdbms_instance",
"description": "Instance that the rdbms server is running on",
"superTypes": ["DataSet", "Asset"],
"superTypes": ["DataSet"],
"serviceType": "rdbms",
"typeVersion": "1.0",
"typeVersion": "1.1",
"attributeDefs": [
{
"name": "rdbms_type",
......@@ -92,9 +92,9 @@
{
"name": "rdbms_db",
"description": "a database (schema) in an rdbms",
"superTypes": ["DataSet", "Asset"],
"superTypes": ["DataSet"],
"serviceType": "rdbms",
"typeVersion": "1.0",
"typeVersion": "1.1",
"attributeDefs": [
{
"name": "prodOrOther",
......@@ -146,9 +146,9 @@
{
"name": "rdbms_table",
"description": "a table in an rdbms database (schema)",
"superTypes": ["DataSet", "Asset"],
"superTypes": ["DataSet"],
"serviceType": "rdbms",
"typeVersion": "1.0",
"typeVersion": "1.1",
"attributeDefs": [
{
"name": "db",
......@@ -252,9 +252,9 @@
{
"name": "rdbms_column",
"description": "a column in an rdbms table",
"superTypes": ["DataSet", "Asset"],
"superTypes": ["DataSet"],
"serviceType": "rdbms",
"typeVersion": "1.0",
"typeVersion": "1.1",
"attributeDefs": [
{
"name": "data_type",
......@@ -325,9 +325,9 @@
{
"name": "rdbms_index",
"description": "An index on an RDBMS table",
"superTypes": ["DataSet", "Asset"],
"superTypes": ["DataSet"],
"serviceType": "rdbms",
"typeVersion": "1.0",
"typeVersion": "1.1",
"attributeDefs": [
{
"name": "table",
......@@ -382,9 +382,9 @@
{
"name": "rdbms_foreign_key",
"description": null,
"superTypes": ["DataSet", "Asset"],
"superTypes": ["DataSet"],
"serviceType": "rdbms",
"typeVersion": "1.0",
"typeVersion": "1.1",
"attributeDefs": [
{
"name": "table",
......
......@@ -3,8 +3,8 @@
{
"action": "UPDATE_TYPEDEF_OPTIONS",
"typeName": "rdbms_column",
"applyToVersion": "1.0",
"updateToVersion": "1.1",
"applyToVersion": "1.1",
"updateToVersion": "1.2",
"typeDefOptions": {
"schemaAttributes": "[\"name\", \"description\", \"owner\", \"data_type\", \"comment\", \" isPrimaryKey\", \" isNullable\"]"
}
......@@ -12,8 +12,8 @@
{
"action": "UPDATE_TYPEDEF_OPTIONS",
"typeName": "rdbms_table",
"applyToVersion": "1.0",
"updateToVersion": "1.1",
"applyToVersion": "1.1",
"updateToVersion": "1.2",
"typeDefOptions": {
"schemaElementsAttribute": "columns"
}
......
......@@ -3,43 +3,43 @@
{
"action": "SET_SERVICE_TYPE",
"typeName": "rdbms_instance",
"applyToVersion": "1.0",
"updateToVersion": "1.1",
"applyToVersion": "1.1",
"updateToVersion": "1.2",
"serviceType": "rdbms"
},
{
"action": "SET_SERVICE_TYPE",
"typeName": "rdbms_db",
"applyToVersion": "1.0",
"updateToVersion": "1.1",
"applyToVersion": "1.1",
"updateToVersion": "1.2",
"serviceType": "rdbms"
},
{
"action": "SET_SERVICE_TYPE",
"typeName": "rdbms_table",
"applyToVersion": "1.1",
"updateToVersion": "1.2",
"applyToVersion": "1.2",
"updateToVersion": "1.3",
"serviceType": "rdbms"
},
{
"action": "SET_SERVICE_TYPE",
"typeName": "rdbms_column",
"applyToVersion": "1.1",
"updateToVersion": "1.2",
"applyToVersion": "1.2",
"updateToVersion": "1.3",
"serviceType": "rdbms"
},
{
"action": "SET_SERVICE_TYPE",
"typeName": "rdbms_index",
"applyToVersion": "1.0",
"updateToVersion": "1.1",
"applyToVersion": "1.1",
"updateToVersion": "1.2",
"serviceType": "rdbms"
},
{
"action": "SET_SERVICE_TYPE",
"typeName": "rdbms_foreign_key",
"applyToVersion": "1.0",
"updateToVersion": "1.1",
"applyToVersion": "1.1",
"updateToVersion": "1.2",
"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