From 22ed2c8cdeac8bf12b8786d178da2a118f25ce1e Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Tue, 8 Jul 2025 11:38:32 -0300 Subject: [PATCH] SIENTIAPDE-1110 Update GITHUB_BRANCH in values.yaml and remove debug log in DataManager - Changed GITHUB_BRANCH value to "SIENTIAPDE-1110-criar-testes-e-2-e" in values.yaml. - Removed unnecessary debug log for skipping messages in DataManager class. --- ingestor/managers/data_manager.py | 2 -- values.yaml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/ingestor/managers/data_manager.py b/ingestor/managers/data_manager.py index ad97a1a..9c689ed 100644 --- a/ingestor/managers/data_manager.py +++ b/ingestor/managers/data_manager.py @@ -171,8 +171,6 @@ class DataManager: attachment_content=trace, ) self.logger.error(trace) - else: - self.logger.debug(f"Skipping message to topic {topic}: {data}") try: collection = self.mongo_db[topic] diff --git a/values.yaml b/values.yaml index 5aa0321..cd916b5 100644 --- a/values.yaml +++ b/values.yaml @@ -140,7 +140,7 @@ env: - name: GITHUB_REPO_URL value: "git@github.com:Aignosi/sientia-dataops-opc-ingestor.git" - name: GITHUB_BRANCH - value: "error-test" + value: "SIENTIAPDE-1110-criar-testes-e-2-e" - name: PYTHON_APP value: "ingestor.app"