SIENTIAPDE-988

Update NotificationHandler initialization and change GITHUB_BRANCH in values.yaml
This commit is contained in:
vitor-aignosi
2025-06-09 16:36:29 -03:00
parent 82f3e9358d
commit 975c640ea8
2 changed files with 2 additions and 6 deletions

View File

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

View File

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