SIENTIAPDE-1646

SIENTIAPDE-1646 Update RUNTIME_WORKFLOWS in TemporalManager to include 'minimal_retrain', enhancing workflow capabilities.
This commit is contained in:
vitor-aignosi
2026-06-10 14:12:34 -03:00
parent b0f9a1abe4
commit c1e399894a

View File

@@ -25,7 +25,7 @@ with workflow.unsafe.imports_passed_through():
from orchestrator.utils.converters import parse_frequency
RUNTIME_WORKFLOWS = ['predictions_batch']
RUNTIME_WORKFLOWS = ['predictions_batch', 'minimal_retrain']
class TemporalManager(SientiaMonitoring):
"""