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
No related branches found
No related tags found
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). ...@@ -173,8 +173,8 @@ in a vairable with the same name (as it is the case for other Records).
records: records:
fileEntity: fileEntity:
role: File # necessary to create a File Entity role: File # necessary to create a File Entity
path: somefile_path # defines the path in CaosDB path: somefile.path # defines the path in CaosDB
file: somefile_path # path where the file is found locally file: somefile.path # path where the file is found locally
SomeRecord: SomeRecord:
ParameterFile: $fileEntity # creates a reference to the file 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