mirror of
https://github.com/clearml/clearml-server
synced 2025-06-26 23:15:47 +00:00
More sub-projects support and fixes
This commit is contained in:
@@ -115,7 +115,7 @@ class Execution(EmbeddedDocument, ProperDictMixin):
|
||||
framework = StringField()
|
||||
artifacts: Dict[str, Artifact] = SafeMapField(field=EmbeddedDocumentField(Artifact))
|
||||
docker_cmd = StringField()
|
||||
queue = StringField()
|
||||
queue = StringField(reference_field="Queue")
|
||||
""" Queue ID where task was queued """
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user