DLQ management
Open Observability → Dead letter queue (or the DLQ tab on a pipeline/sync detail page). Filters include:- Pipeline or sync name
- Error code or message substring
- Time range
- Destination or stage
Stats
The DLQ summary charts depth over time, top error types, and affected partitions. Sudden spikes after a deploy often point to mapping or parser changes; slow growth may indicate upstream source quality decay.Bulk operations
Perform bulk actions on selected entries:- Reprocess after you fix SQL, mappings, or credentials
- Discard when records are invalid by business rule and should never retry
- Assign to an owner for investigation when workflow integrations are enabled
Export
Export DLQ entries to CSV or JSON for spreadsheet analysis or ticketing systems. Redact regulated fields before attaching exports to external tickets.Reprocessing
Reprocessing sends the stored payload back through the configured path:- Confirm the root cause is fixed.
- Select entries or filter by error type.
- Choose Reprocess and monitor the child run IDs.
- Verify DLQ depth decreases and downstream counts match expectations.
- Reverse ETL
- Streaming
See also Reverse ETL monitoring for SaaS-specific DLQ semantics.
Related topics
Dashboard
Watch DLQ depth alongside other health tiles.
Alerts
Page when DLQ depth crosses thresholds.