Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
HOTMapper
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HOTMapper
HOTMapper
Wiki
Table Definitions
Changes
Page history
New page
Templates
Clone repository
Update Table Definitions
authored
5 years ago
by
jvfpw18
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Table-Definitions.md
+4
-0
4 additions, 0 deletions
Table-Definitions.md
with
4 additions
and
0 deletions
Table-Definitions.md
View page @
ebd0a67b
...
...
@@ -22,15 +22,19 @@ The table_definitions JSON has four attributes in the following format:
*
"pairing_description":
<
"
string
"
>
*
Represents a brief description of what the table stores.
<br/><br/>
*
"data_source":
<
"
string
"
>
*
The table's source.
<br/><br/>
*
"pk":
<
"
list
of
strings
,
where
each
string
represents
a
column
of
the
table
"
>
(Eg.: ["id", "year"])
*
The table's primary key, it's needed at least one.
<br/><br/>
*
"foreign_keys":
<
"
list
of
strings
,
where
each
string
represents
a
column
of
the
table
"
>
*
Foreign keys of the table, can have zero or more.
<br/><br/>
The hotmapper comes with an example of table definitions in the folder hotmapper/table_definitions, named
example_table_definition.json and shown bellow.
...
...
This diff is collapsed.
Click to expand it.