파이프라인이 깨져도 누군가 대시보드가 이상하단 걸 알아차릴 때까지 조용합니다. 보통 며칠이 지난 뒤죠. 이 워처는 문제가 발생한 순간 잡아냅니다.
sonnet4일 이내 출시dbtPostgresGreat ExpectationsSlack
Claude
60ROI
72Scale
$2.8k93Saved
ROI for
README.md
왜 이 서브에이전트인가
파이프라인이 깨져도 누군가 대시보드가 이상하단 걸 알아차릴 때까지 조용합니다. 보통 며칠이 지난 뒤죠. 이 워처는 문제가 발생한 순간 잡아냅니다.
각 테이블을 주기적으로 프로파일링하여 최신성, 행 수, 스키마를 확인하고 마지막 정상 실행과 비교합니다. 행 수 감소, 지연된 로드, 변경된 컬럼이 감지되면 담당 팀에 Slack 알림을 보내며, 테이블명, 실패한 체크 항목, 마지막으로 정상だった 값을 함께 알려줍니다.
작동 방식
Used at step 01 to kick off the pipeline.
Write
Used at step 01 to kick off the pipeline.
WebFetch
Used at step 01 to kick off the pipeline.
WebSearch
Used at step 01 to kick off the pipeline.
매번 실행 결과를 이전 기준치와 비교해 행 수 감소, 지연된 로딩, 추가 또는 삭제된 컬럼을 탐지합니다.
pending
문제가 테이블의 정상 범위에서 얼마나 벗어나는지에 따라 심각도를 분류합니다.
pending
Slack을 통해 담당 팀에 문제 발생 테이블, 실패한 체크 항목, 마지막 정상 값을 알립니다.
pending
샘플 출력
json
// Sample output
// (generated when the pipeline finishes)
On a schedule, check tracked tables for freshness, row counts, and schema drift, and alert owners on any deviation.
Unlock the rest
The full agent definition, install snippet, and starter task are gated for community members.
Members get the full `.md` agent file, the npm / pnpm install one-liners, a starter prompt that we've tuned against real runs, and the open-source repo when this automation ships there. One email, magic link, done.