Syncs / errors_to_slack
errors_to_slack
Stream pipeline errors to the on-call channel.
ops
Last run
2026-07-09T18:00:00Z · partial
14 rows
rate limited, 2 retries
Configuration
source:
bq_prod · mode: full→ slack (webhook)
Definition
syncs/errors_to_slack.yml
1 2 3 4 5 6 7 8 9 10 11 | name: errors_to_slack description: "Stream pipeline errors to the on-call channel." tags: [ops] model: ref('pipeline_errors') destination: type: slack webhook_url_env: SLACK_WEBHOOK_URL message_template: ":x: {{ row.pipeline }} failed: {{ row.message }}" sync: mode: full batch_size: 1 |
Lineage
Reads bq_prod · writes slack (webhook).
State
| last_sync_at | 2026-07-09T18:00:00Z |
| last_cursor_value | — |
| rows_synced | 14 |
| last_status | partial |
| last_error | rate limited, 2 retries |