From 0aa58ba1da261c7577f985d8a5c87b3baa930a4f Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Mon, 7 Jul 2025 11:03:48 -0300 Subject: [PATCH] SIENTIAPDE-1110 SIENTIAPDE-1110 add debug_data_package configuration option to scouter function --- orchestrator/utils/orchestrator_functions.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) }