From f94ee12324785d9c212dd9f19ef23ddb7329b9ba Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Thu, 8 Jan 2026 16:25:07 -0300 Subject: [PATCH] SIENTIAPDE-1478 Update import path for connectors_config in worker.py to reflect new repository structure --- scouter/worker/worker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scouter/worker/worker.py b/scouter/worker/worker.py index 2ee4ee6..0b90965 100644 --- a/scouter/worker/worker.py +++ b/scouter/worker/worker.py @@ -9,7 +9,7 @@ with workflow.unsafe.imports_passed_through(): import sys from prometheus_client import start_http_server - from sientia_do.connectors_config import ( + from sientia_do.utils.connectors_config import ( build_api_config, build_mongodb_config, build_postgres_config,