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
97ecfc7e
Unverified
Commit
97ecfc7e
authored
5 years ago
by
Vlad Glinsky
Committed by
GitHub
5 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-3646 Create new 'spark_ml_model_dataset','spark_ml_pipeline_dataset' relationship defs (#89)
Change-Id: I429d7db085c26f90264c54f4b92b207b186bbd17
parent
2c86bcac
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
1 deletion
+34
-1
1100-spark_model.json
addons/models/1000-Hadoop/1100-spark_model.json
+34
-1
No files found.
addons/models/1000-Hadoop/1100-spark_model.json
View file @
97ecfc7e
...
@@ -523,7 +523,6 @@
...
@@ -523,7 +523,6 @@
"name"
:
"columnLineages"
,
"name"
:
"columnLineages"
,
"isContainer"
:
true
,
"isContainer"
:
true
,
"cardinality"
:
"SET"
"cardinality"
:
"SET"
},
},
"propagateTags"
:
"NONE"
"propagateTags"
:
"NONE"
},
},
...
@@ -544,6 +543,40 @@
...
@@ -544,6 +543,40 @@
"cardinality"
:
"SINGLE"
"cardinality"
:
"SINGLE"
},
},
"propagateTags"
:
"NONE"
"propagateTags"
:
"NONE"
},
{
"name"
:
"spark_ml_model_dataset"
,
"serviceType"
:
"spark"
,
"typeVersion"
:
"1.0"
,
"relationshipCategory"
:
"ASSOCIATION"
,
"endDef1"
:
{
"type"
:
"spark_ml_model"
,
"name"
:
"dataset"
,
"cardinality"
:
"SINGLE"
},
"endDef2"
:
{
"type"
:
"DataSet"
,
"name"
:
"model"
,
"cardinality"
:
"SINGLE"
},
"propagateTags"
:
"NONE"
},
{
"name"
:
"spark_ml_pipeline_dataset"
,
"serviceType"
:
"spark"
,
"typeVersion"
:
"1.0"
,
"relationshipCategory"
:
"ASSOCIATION"
,
"endDef1"
:
{
"type"
:
"spark_ml_pipeline"
,
"name"
:
"dataset"
,
"cardinality"
:
"SINGLE"
},
"endDef2"
:
{
"type"
:
"DataSet"
,
"name"
:
"pipeline"
,
"cardinality"
:
"SINGLE"
},
"propagateTags"
:
"NONE"
}
}
]
]
}
}
This diff is collapsed.
Click to expand it.
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