Webhook
支持在多种事件发生时通过 Webhook 向您的系统发送 HTTP 通知,实现数据驱动的自动化工作流。
支持的事件类型
pipeline.run.completed— 管道运行完成pipeline.run.failed— 管道运行失败quality.alert.triggered— 数据质量告警data.threshold.exceeded— 数据量超过阈值
Webhook Payload 示例
{
"event": "pipeline.run.completed",
"pipeline_id": "pipe_abc123",
"run_id": "run_xyz789",
"records_processed": 142857,
"duration_ms": 3420,
"timestamp": "2025-03-20T10:30:00Z"
}