SIENTIAPDE-1169

Update dependencies and configuration for improved functionality

- Updated sientia-dataops-library version from 1.3.7 to 1.3.8 in requirements.txt.
- Changed GITHUB_BRANCH in values.yaml to reflect new testing focus: SIENTIAPDE-1169.
- Modified notification level in gates.py from WARNING to ERROR for better error handling.
This commit is contained in:
vitor-aignosi
2025-08-14 15:25:04 -03:00
parent f195b5116e
commit da10f900a8
3 changed files with 3 additions and 3 deletions

View File

@@ -152,7 +152,7 @@ class Gates(BaseActivity):
notification_id=f"{gate_type.upper()}_GATE_RESPONSE_FILTER__{fil}",
message=data['content']['message'],
block="mlflow_gate",
level=NotificationLevel.WARNING,
level=NotificationLevel.ERROR,
attachment_content=data['content']['traceback']
)
except Exception as e: