sql-alerting-patterns

Installation
SKILL.md

SQL Alerting: Config-Driven Framework for Databricks

Overview

This skill provides a comprehensive config-driven framework for setting up Databricks SQL Alerts using the V2 API, a Delta configuration table, and SDK deployment. It covers alert rule design, SQL query patterns, SDK integration (both V2 dict-based and typed classes), hierarchical job architecture, proactive query validation, partial success deployment, and troubleshooting workflows.

When to Use This Skill

  • Setting up SQL alerts for Gold layer tables
  • Creating alert configuration tables
  • Deploying alerts via Databricks SDK (V2 or typed classes)
  • Troubleshooting alert failures
  • Implementing config-driven alerting (runtime updates without code changes)
  • Creating severity-based notification routing
  • Setting up hierarchical job architecture for alerting pipelines
  • Validating alert queries before deployment

Core Principles

Installs
1
GitHub Stars
2
First Seen
Mar 8, 2026
sql-alerting-patterns — databricks-solutions/vibe-coding-workshop-template