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
Merge requests
!22
edited property needs datatype
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
edited property needs datatype
f-data-insert
into
main
Overview
1
Commits
1
Pipelines
1
Changes
1
Merged
Sina Rohde
requested to merge
f-data-insert
into
main
3 years ago
Overview
1
Commits
1
Pipelines
1
Changes
1
Expand
https://gitlab.indiscale.com/caosdb/internal/all/-/issues/141
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
41354a49
1 commit,
3 years ago
1 file
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/doc/tutorials/Data-Insertion.rst
+
2
−
1
Options
@@ -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