Skip to main content
Every pipeline run generates a structured event log — a timestamped record of every operation that happened, from table reads to worker assignments to errors. Events are visible on the job detail page under the Events tab for any run.

Event types

Pipeline-level events

Table-level events

Worker events


Event details

Each event contains:
Error events include the full error message and stack trace for debugging.

Error debugging

When a table fails:
  1. Go to Jobs → select the job → History → select the failed run
  2. Click the Events tab
  3. Find the table.failed event for the failing table
  4. Expand the event to see the error message
Common errors and their meanings:

Webhooks for events

Outbound webhooks for pipeline events are coming soon. See Webhooks for the planned design. Until then, use Notifications (in-app and email).
Last modified on July 13, 2026