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"