Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
nomad-FAIR
Commits
11888781
Commit
11888781
authored
Jan 07, 2021
by
Markus Scheidgen
Browse files
Disabled strict mongoeine mode for Calc and Upload.
parent
fa1508a5
Pipeline
#90609
passed with stages
in 22 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nomad/processing/data.py
View file @
11888781
...
...
@@ -119,6 +119,7 @@ class Calc(Proc):
metadata
=
DictField
()
meta
:
Any
=
{
'strict'
:
False
,
'indexes'
:
[
'upload_id'
,
'parser'
,
...
...
@@ -706,6 +707,7 @@ class Upload(Proc):
joined
=
BooleanField
(
default
=
False
)
meta
:
Any
=
{
'strict'
:
False
,
'indexes'
:
[
'user_id'
,
'tasks_status'
,
'process_status'
,
'published'
,
'upload_time'
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment