From 975c640ea88e1f3bea7ce1cd941e1f8b87399d65 Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Mon, 9 Jun 2025 16:36:29 -0300 Subject: [PATCH] SIENTIAPDE-988 Update NotificationHandler initialization and change GITHUB_BRANCH in values.yaml --- ingestor/ingestor.py | 6 +----- values.yaml | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/ingestor/ingestor.py b/ingestor/ingestor.py index 3d39b35..a662714 100644 --- a/ingestor/ingestor.py +++ b/ingestor/ingestor.py @@ -43,11 +43,7 @@ class Ingestor: self.notification_handler = NotificationHandler( servers=self.kafka_servers, logger=self.logger, - project_name="OPC_INGESTOR", - pipeline_name="-", - trigger_name="-", - model_name="-", - model="-" + project_name="OPC_INGESTOR" ) # build args for build notificarions components diff --git a/values.yaml b/values.yaml index d5293bd..63468b4 100644 --- a/values.yaml +++ b/values.yaml @@ -123,7 +123,7 @@ env: - name: GITHUB_REPO_URL value: "git@github.com:Aignosi/sientia-dataops-opc-ingestor.git" - name: GITHUB_BRANCH - value: "main" + value: "SIENTIAPDE-988-criar-ingestor-opc" - name: PYTHON_APP value: "ingestor.app"