diff --git a/orchestrator/utils/orchestrator_functions.py b/orchestrator/utils/orchestrator_functions.py index 6806bf8..b59bfac 100644 --- a/orchestrator/utils/orchestrator_functions.py +++ b/orchestrator/utils/orchestrator_functions.py @@ -97,6 +97,7 @@ def scouter(config: dict[str, Any]): 'retention_time': config.get('tag_retention_minutes', 60) * 60, 'model_tags': tags, 'debug_data_package': config.get('debug_data_package', False), + 'fill_missing_tags': config.get('fill_missing_tags', False), }