← Back to Skills
🔧

Data Pipeline Monitor

Check ETL job status, verify row counts against expectations, and report anomalies

Data 5 steps 4 tools 3 servers

Example Prompt

Check all ETL pipelines that ran overnight, verify their row counts, and report any failures

About

Monitors data pipeline health by querying job metadata tables to check ETL completion status and timing. Verifies that row counts in target tables match expected thresholds and compares against historical baselines. Reports any failures or data anomalies to the team via Slack.

Workflow Steps

1

Query the ETL job metadata table for recent job runs and their statuses

📊 Run SQL Query
2

Verify row counts in target tables against expected thresholds

📊 Run SQL Query
3

Retrieve historical baseline metrics for comparison

💡 Retrieve Memory
4

Store current run metrics as the new baseline for future comparison

🧠 Store Memory
5

Send a pipeline health report with any anomalies to Slack

📨 Send Message

Tags

etlpipelinemonitoringdata-quality