Commit 9050e74d by Madhan Neethiraj Committed by kevalbhatt

ATLAS-2364: updated Asset typedef to list Referenceable as its super-type

Signed-off-by: 's avatarkevalbhatt <kbhatt@apache.org>
parent bbdeaee3
...@@ -26,8 +26,10 @@ ...@@ -26,8 +26,10 @@
}, },
{ {
"name": "Asset", "name": "Asset",
"superTypes": [], "superTypes": [
"typeVersion": "1.0", "Referenceable"
],
"typeVersion": "1.1",
"attributeDefs": [ "attributeDefs": [
{ {
"name": "name", "name": "name",
...@@ -58,29 +60,26 @@ ...@@ -58,29 +60,26 @@
{ {
"name": "DataSet", "name": "DataSet",
"superTypes": [ "superTypes": [
"Referenceable",
"Asset" "Asset"
], ],
"typeVersion": "1.0", "typeVersion": "1.1",
"attributeDefs": [] "attributeDefs": []
}, },
{ {
"name": "Infrastructure", "name": "Infrastructure",
"description":"Infrastructure can be IT infrastructure, which contains hosts and servers. Infrastructure might not be IT orientated, such as 'Car' for IoT applications.", "description":"Infrastructure can be IT infrastructure, which contains hosts and servers. Infrastructure might not be IT orientated, such as 'Car' for IoT applications.",
"superTypes": [ "superTypes": [
"Referenceable",
"Asset" "Asset"
], ],
"typeVersion": "1.0", "typeVersion": "1.1",
"attributeDefs": [] "attributeDefs": []
}, },
{ {
"name": "Process", "name": "Process",
"superTypes": [ "superTypes": [
"Referenceable",
"Asset" "Asset"
], ],
"typeVersion": "1.0", "typeVersion": "1.1",
"attributeDefs": [ "attributeDefs": [
{ {
"name": "inputs", "name": "inputs",
......
...@@ -408,10 +408,9 @@ ...@@ -408,10 +408,9 @@
{ {
"name": "hive_db", "name": "hive_db",
"superTypes": [ "superTypes": [
"Referenceable",
"Asset" "Asset"
], ],
"typeVersion": "1.0", "typeVersion": "1.1",
"attributeDefs": [ "attributeDefs": [
{ {
"name": "clusterName", "name": "clusterName",
......
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