# Troubleshoot Data Pipeline recipes

AVAILABILITY

Data Pipeline recipes are available to workspaces in the private preview program only.

Contact your Workato representative to add Data Pipeline recipes to your workspace.

# How to identify a Data Pipeline issue

1

You can access the details of a failed sync by selecting the Errors tab on the pipeline page, or by selecting the error on the Object syncs page:

In many cases, an object sync error can be resolved in the source or destination. Because Data Pipelines are auto-healing, objects with errors continue to be fetched in subsequent scheduled syncs. If you encounter an error with your source data during an object sync, resolve the error at the source to enable the pipeline to automatically recover the data in the next sync.

# Stop and Start a Data Pipeline

Select Stop pipeline to stop a pipeline from continuing a sync or to stop it from syncing again at its next interval. This action stops further syncs after the current object is completed.

After you stop the pipeline, the activity sidebar shows details of the inactive pipeline:

Stopped pipelineStopped pipeline

Select Start pipeline to start the pipeline again.

If you stopped the pipeline during a sync, it will continue from the point when it was last stopped. Otherwise, it will resume the scheduled sync frequency.

# Field deleted in the source

When a field is removed from the source, the Data Pipeline retains the field in the destination so that you can refer to the previous values.

The value is passed as null if records are updated after the field is deleted. Resolve any errors at the source and the self-healing pipeline will automatically recover the data in the next sync.


Last updated: 7/31/2024, 7:04:29 PM