Remove notify_failures from test-all-warehouses.yml#2105
Conversation
Co-Authored-By: Itamar Hartstein <haritamar@gmail.com>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
|
👋 @devin-ai-integration[bot] |
📝 WalkthroughWalkthroughThe pull request removes a Slack notification workflow invocation from the test-all-warehouses workflow. The notify_failures step, which sent notifications to Slack upon test completion, has been deleted entirely from the workflow configuration. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
No actionable comments were generated in the recent review. 🎉 Comment |
Summary
Removes the
notify_failuresjob fromtest-all-warehouses.yml. This job callednotify_slack.ymlto send Slack notifications on test failures, but it is not needed and currently creates irrelevant failures.Review & Testing Checklist for Human
notify_failuresjob in this workflow.github/workflows/notify_slack.ymlis still referenced elsewhere — if not, consider removing it in a follow-upNotes
dbt-data-reliabilityfor the same change.Summary by CodeRabbit