Add Google Chat notification handler; Allow more than one handler to be used at a time; Fix MS teams notification test; Fix failing GitHub build; Prevent a job from failing when coverage step fails; - #108
Conversation
54d7383 to
60fcc89
Compare
…be used at a time; Fix MS teams notification test; Fix failing GitHub build; Prevent a job from failing when coverage step fails;
60fcc89 to
72ecc2b
Compare
Dominik Gniewek-Węgrzyn (dgniewek)
left a comment
There was a problem hiding this comment.
LGTMT
Code reviewFound 3 issues:
dbt-airflow-factory/dbt_airflow_factory/notifications/handler.py Lines 88 to 94 in 72ecc2b Compare with Slack handler: dbt-airflow-factory/dbt_airflow_factory/notifications/handler.py Lines 35 to 40 in 72ecc2b
dbt-airflow-factory/tests/test_notifications.py Lines 163 to 166 in 72ecc2b Compare with MS Teams test pattern (lines 87-107) which properly verifies the webhook call details.
dbt-airflow-factory/tests/test_notifications.py Lines 153 to 166 in 72ecc2b 🤖 Generated with Claude Code - If this code review was useful, please react with 👍. Otherwise, react with 👎. |
c685414 to
9dcd565
Compare
|
Dominik Gniewek-Węgrzyn (@dgniewek) All fixed |
Updated Code ReviewThanks for addressing the feedback! All 3 issues have been successfully fixed: ✅ Template variable naming consistency - Now uses All requested changes have been addressed. The implementation looks good! 🤖 Generated with Claude Code |
Add feature - Google Chat notification handler
Resolve bug - allow more than one notification handler to be used at a time
Resolve bug - fix MS Teams notification test
Resolve bug - fix failing build pipeline, prevent pipeline from failing when a coverage step fails