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.
DLQ routing from lake write contract failures
When a data contract is assigned to a Managed Lakehouse destination node in block mode, records that fail validation are automatically routed to the DLQ instead of being written to the lakehouse.How it works
- The Managed Lakehouse destination validates each batch against the assigned contract
- Valid records are committed to Iceberg + Delta as normal
- Invalid records are written to the DLQ with error code
CONTRACT_VIOLATION
DLQ entry contents
Each contract-failed DLQ entry includes:Reprocessing contract failures
After fixing the upstream data or updating the contract:- Filter DLQ entries by error code
CONTRACT_VIOLATION - Review sample payloads to confirm the fix
- Select entries and click Reprocess
- The records re-enter the pipeline and are validated against the current contract version
Contract enforcement on lake writes
Configure contracts on Managed Lakehouse destinations
Related topics
Dashboard
Watch DLQ depth alongside other health tiles.
Alerts
Page when DLQ depth crosses thresholds.
Data contracts
Define and enforce data quality contracts.