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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-pylib
Merge requests
!22
edited property needs datatype
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
edited property needs datatype
f-data-insert
into
main
Overview
1
Commits
1
Pipelines
1
Changes
1
All threads resolved!
Show all comments
Merged
Sina Rohde
requested to merge
f-data-insert
into
main
3 years ago
Overview
1
Commits
1
Pipelines
1
Changes
1
All threads resolved!
Show all comments
https://gitlab.indiscale.com/caosdb/internal/all/-/issues/141
0
0
Merge request reports
Viewing commit
41354a49
Show latest version
1 file
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
41354a49
edited property needs datatype
· 41354a49
Sina Rohde
authored
3 years ago
src/doc/tutorials/Data-Insertion.rst
+
2
−
1
View file @ 41354a49
Edit in single-file editor
Open in Web IDE
Show comments on this file
Show full file
@@ -10,7 +10,8 @@ at the chapter :any:`caosdb-server:Data Model` .
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
instance that already has the required types). So, let’s create a simple
instance that already has the required types). When you create a new Property
you must supply a datatype. So, let’s create a simple
Property called “a” of datatype double. This is very easy in pylib:
.. code:: python
Loading