Key Benefits
- Automated data quality monitoring with Elementary’s comprehensive observability
- Real-time alerts delivered directly to Microsoft Teams channels
- Catch data issues early with integrated testing and alerting workflow
- Centralized team collaboration around data incidents
Degault configuration
Schedule Settings
Command Settings
The template uses a sequence of commands that test, and monitor your data pipeline:
dbt test: Runs configured data tests including Elementary’s anomaly detectionedr monitor --teams-webhook $CHANNEL_WEBHOOK: Sends Elementary alerts to your Microsoft Teams channel
Environment Variable ConfigurationBefore using this template, you must configure the
$CHANNEL_WEBHOOK environment variable:- Navigate to Settings > Environment Variables in Paradime
- Add a new variable named
CHANNEL_WEBHOOK - Set the value to your Microsoft Teams webhook URL
- Save the configuration
- Type: Scheduled Run (Cron)
- Cron Schedule:
0 */2 * * *(Every 2 hours for regular monitoring)
For custom Trigger configurations, see Trigger Types documentation.
- Email Alerts:
- Success: Confirms pipeline completion (Elementary alerts sent separately to Teams)
- Failure: Alerts when the schedule fails to complete
- SLA Breach: Warns when execution exceeds expected duration
Elementary alerts are sent directly to Microsoft Teams and are separate from Bolt’s email notifications.
For advanced Elementary configurations and test types, refer to the Elementary documentation.