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.
This commit is contained in:
vitor-aignosi
2025-07-08 11:38:32 -03:00
parent 7f88d89849
commit 22ed2c8cde
2 changed files with 1 additions and 3 deletions

View File

@@ -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]

View File

@@ -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"