Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
atlas
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dataplatform
atlas
Commits
9050e74d
Commit
9050e74d
authored
Jan 15, 2018
by
Madhan Neethiraj
Committed by
kevalbhatt
Jan 15, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-2364: updated Asset typedef to list Referenceable as its super-type
Signed-off-by:
kevalbhatt
<
kbhatt@apache.org
>
parent
bbdeaee3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
12 deletions
+9
-12
0010-base_model.json
addons/models/0000-Area0/0010-base_model.json
+7
-8
1030-hive_model.json
addons/models/1000-Hadoop/1030-hive_model.json
+2
-4
No files found.
addons/models/0000-Area0/0010-base_model.json
View file @
9050e74d
...
...
@@ -26,8 +26,10 @@
},
{
"name"
:
"Asset"
,
"superTypes"
:
[],
"typeVersion"
:
"1.0"
,
"superTypes"
:
[
"Referenceable"
],
"typeVersion"
:
"1.1"
,
"attributeDefs"
:
[
{
"name"
:
"name"
,
...
...
@@ -58,29 +60,26 @@
{
"name"
:
"DataSet"
,
"superTypes"
:
[
"Referenceable"
,
"Asset"
],
"typeVersion"
:
"1.
0
"
,
"typeVersion"
:
"1.
1
"
,
"attributeDefs"
:
[]
},
{
"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."
,
"superTypes"
:
[
"Referenceable"
,
"Asset"
],
"typeVersion"
:
"1.
0
"
,
"typeVersion"
:
"1.
1
"
,
"attributeDefs"
:
[]
},
{
"name"
:
"Process"
,
"superTypes"
:
[
"Referenceable"
,
"Asset"
],
"typeVersion"
:
"1.
0
"
,
"typeVersion"
:
"1.
1
"
,
"attributeDefs"
:
[
{
"name"
:
"inputs"
,
...
...
addons/models/1000-Hadoop/1030-hive_model.json
View file @
9050e74d
...
...
@@ -408,10 +408,9 @@
{
"name"
:
"hive_db"
,
"superTypes"
:
[
"Referenceable"
,
"Asset"
],
"typeVersion"
:
"1.
0
"
,
"typeVersion"
:
"1.
1
"
,
"attributeDefs"
:
[
{
"name"
:
"clusterName"
,
...
...
@@ -622,4 +621,4 @@
"propagateTags"
:
"NONE"
}
]
}
\ No newline at end of file
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment