- run status
- row counts
- duration
- delivery targets
- no-primary-key warnings
- error messages
Run states
Typical states include queued, pending, running, succeeded, failed, and waiting. Runs can wait when worker capacity or disk budget checks delay execution.What to inspect after a run
- Confirm the run succeeded.
- Confirm rows were written to the intended
schema.table. - Check for no-primary-key warnings.
- Compare the destination table shape against the SQL model output.
- Review the error message if the run failed.