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
74b32a17
Commit
74b32a17
authored
6 years ago
by
Binit
Committed by
kevalbhatt
6 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-2949 : Remove duplicate attribute from the rdbms entity
Signed-off-by:
kevalbhatt
<
kbhatt@apache.org
>
parent
fe1c299c
master
No related merge requests found
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
28 deletions
+28
-28
2010-rdbms_model.json
addons/models/2000-RDBMS/2010-rdbms_model.json
+12
-12
001-rdbms_column_table_add_options.json
...000-RDBMS/patches/001-rdbms_column_table_add_options.json
+4
-4
002-rdbms_model_add_service_type.json
.../2000-RDBMS/patches/002-rdbms_model_add_service_type.json
+12
-12
No files found.
addons/models/2000-RDBMS/2010-rdbms_model.json
View file @
74b32a17
...
...
@@ -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"
,
...
...
This diff is collapsed.
Click to expand it.
addons/models/2000-RDBMS/patches/001-rdbms_column_table_add_options.json
View file @
74b32a17
...
...
@@ -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"
}
...
...
This diff is collapsed.
Click to expand it.
addons/models/2000-RDBMS/patches/002-rdbms_model_add_service_type.json
View file @
74b32a17
...
...
@@ -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"
},
{
...
...
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