SIENTIAPDE-1646

SIENTIAPDE-1646 Update RUNTIME_WORKFLOWS in TemporalManager to include 'drift' and 'simple_metrics', expanding workflow capabilities and enhancing orchestration functionality.
This commit is contained in:
vitor-aignosi
2026-06-11 09:44:20 -03:00
parent c1e399894a
commit 233a771e36

View File

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