Add reports support

Fix schema
This commit is contained in:
allegroai
2022-12-21 18:30:54 +02:00
parent 1ce4058157
commit c7cd949fd0
17 changed files with 2122 additions and 755 deletions

View File

@@ -149,6 +149,7 @@ class TaskType(object):
application = "application"
monitor = "monitor"
controller = "controller"
report = "report"
optimizer = "optimizer"
service = "service"
qc = "qc"