Add created to the range fields for tasks

This commit is contained in:
clearml
2024-12-05 19:05:29 +02:00
parent fd46f3c6f3
commit cfcad6300a
2 changed files with 3 additions and 3 deletions

View File

@@ -233,7 +233,7 @@ class Task(AttributedDocument):
"execution.queue",
"models.input.model",
),
range_fields=("started", "active_duration", "last_metrics.*", "last_iteration"),
range_fields=("created", "started", "active_duration", "last_metrics.*", "last_iteration"),
datetime_fields=("status_changed", "last_update"),
pattern_fields=("name", "comment", "report"),
fields=("runtime.*",),