diff --git a/orchestrator/utils/orchestrator_functions.py b/orchestrator/utils/orchestrator_functions.py index 5375e14..f2bd63e 100644 --- a/orchestrator/utils/orchestrator_functions.py +++ b/orchestrator/utils/orchestrator_functions.py @@ -36,7 +36,8 @@ def scouter(config: dict[str, Any]): "schema": "sientia_data", "table_name": "laborious_data", "retention_time": config.get('tag_retention_minutes', 60) * 60, - "model_tags": tags + "model_tags": tags, + "debug_data_package": config.get('debug_data_package', False) }