Skip to content

Troubleshoot Runs

Use this guide when a pipeline does not behave as expected.

Start with the run summary

Check:

  • overall run status
  • failed node
  • error message
  • start and finish time
  • generated artifacts
  • published runtime values

Common issues

Credential failure

Symptoms:

  • authentication error
  • 401 or 403 response
  • connection refused
  • token expired

Actions:

  1. Re-test the credential.
  2. Confirm the credential is assigned to the correct organization.
  3. Confirm the correct environment is being used.

Expression did not resolve

Symptoms:

  • URL still contains {{value}}
  • field resolves to blank
  • named value not available

Actions:

  1. Confirm the field supports expressions.
  2. Confirm the named value exists.
  3. Confirm the upstream node is connected by graph lineage.
  4. Confirm SQL scalar values return zero or one row.

Destination write failure

Symptoms:

  • permission denied
  • locked file
  • constraint violation
  • duplicate key

Actions:

  1. Confirm destination credentials.
  2. Review the transformed output.
  3. Check destination-specific logs.
  4. Re-run in test before production.