diff --git a/orchestrator/utils/orchestrator_functions.py b/orchestrator/utils/orchestrator_functions.py index 6fb3810..7b6289f 100644 --- a/orchestrator/utils/orchestrator_functions.py +++ b/orchestrator/utils/orchestrator_functions.py @@ -16,7 +16,7 @@ def common_config(config: dict[str, Any]): def minimal_retrain(config: dict[str, Any]): return { **common_config(config), - "workflow_type": "retrain", + "workflow_type": "minimal_retrain", "schedule_name": config['schedule_name'], "query": config['query'], "schema": "sientia_data",