eguo
9 years agoFormer Employee
Capture runtime document in ultra pipeline for debugging purpose
Sometimes you want to capture input or output document of snaps at runtime in ultra pipeline for debugging purpose. Here’s a quick way:
- Don’t use File Writer Snap as it break the lineage in ultra pipeline
- Use a Pipeline Execute Snap
- Send the logging content as one or multiple parameter to the child pipeline
- Make sure the child pipeline do nothing heavy weight
- Make sure set the child pipeline capture the parameter in question
- View the captured parameter in Dashboard
- You can copy the captured parameter and paste it to a JSON pretty print tool for better viewing