Debugging the graph

Debugging is a vital (and easy-to-use) feature that lets you see exactly what data was passed along any edge in a graph.

Note: When debugging an Integrator ETL graph, keep in mind that all components in the same phase run in parallel and are multi-threaded. Therefore, make sure you start with components that are flagged as errors (Error icon) and not with warnings (Warning icon), even if the warnings appear to occur logically before the errors.

To debug a graph:

  1. Right-click the edge and then select Enable Debug.

    The debug icon Debug icon appears on the edge.

  2. Re-run the graph so that Integrator ETL can generate the debug data.
  3. Right-click the edge and then select View data.
    The View data window shows all of the data fields correctly parsed and loaded.