Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-pylib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
caosdb
Software
caosdb-pylib
Commits
f5114e05
Commit
f5114e05
authored
3 years ago
by
Florian Spreckelsen
Browse files
Options
Downloads
Patches
Plain Diff
DOC: Add links to server docu
parent
b4c5d3b2
No related branches found
No related tags found
1 merge request
!12
DOC: Fix and extend documentation on inheritance
Pipeline
#8899
passed with warnings
3 years ago
Stage: code_style
Stage: linting
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/doc/tutorials/Data-Insertion.rst
+9
-4
9 additions, 4 deletions
src/doc/tutorials/Data-Insertion.rst
with
9 additions
and
4 deletions
src/doc/tutorials/Data-Insertion.rst
+
9
−
4
View file @
f5114e05
...
...
@@ -4,9 +4,11 @@ Data Insertion
Data Models
~~~~~~~~~~~
Data is stored and structured in CaosDB using a concept of RecordTypes,
Properties, Records etc. If you do not know what these are, please look
at the chapter :any:`caosdb-server:Data Model` .
Data is stored and structured in CaosDB using a concept of
RecordTypes, Properties, Records etc. If you do not know what these
are, please look at the chapter `Data Model
<https://docs.indiscale.com/caosdb-server/specification/Datatype.html>`_
in the CaosDB server documentation.
In order to insert some actual data, we need to create a data model
using RecordTypes and Properties (You may skip this if you use a CaosDB
...
...
@@ -58,7 +60,10 @@ resolution, but we'll omit this for the sake of brevity for now.
The parameter ``inheritance=(obligatory|recommended|fix|all|none)`` of
``add_parent`` tells the server to assign all properties of the parent
RecordType with the chosen importance to the child RecordType
automatically upon insertion.
automatically upon insertion. See the chapter on `importance
<https://docs.indiscale.com/caosdb-server/specification/RecordType.html#importance>`_
in the documentation of the CaosDB server for more information on the
importance and inheritance of properties.
.. note::
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment