Skip to content
Snippets Groups Projects
Commit af37656f authored by Florian Spreckelsen's avatar Florian Spreckelsen Committed by Henrik tom Wörden
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent ec9a3298
Branches
Tags v0.15.0
2 merge requests!105REL: v0.4.0,!100ENH: add a decorator that adds a path variable
Pipeline #33878 passed
......@@ -173,8 +173,8 @@ in a vairable with the same name (as it is the case for other Records).
records:
fileEntity:
role: File # necessary to create a File Entity
path: somefile_path # defines the path in CaosDB
file: somefile_path # path where the file is found locally
path: somefile.path # defines the path in CaosDB
file: somefile.path # path where the file is found locally
SomeRecord:
ParameterFile: $fileEntity # creates a reference to the file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment