SIENTIAPDE-1712

Fix error model retrieval in notification_generator.ipynb and add on_conflict parameter to common_config in orchestrator_functions.py for improved error handling.
This commit is contained in:
vitor-aignosi
2026-03-27 14:09:48 -03:00
parent 4f5832cfb3
commit e7705964d5
2 changed files with 2 additions and 1 deletions

View File

@@ -151,7 +151,7 @@
}
],
"source": [
"error_models = general_events.get('ERROR', {}).get('models', [])\n",
"error_models = general_events.get('ERROR', {}).get('', [])\n",
"warning_models = general_events.get('WARNING', {}).get('models', [])\n",
"info_models = general_events.get('INFO', {}).get('models', [])\n",
"mail_type = 'Alerts'\n",