Zuora Read

Zuora Read

On this Page

Snap type:

Read

Description:

This Snap provides the ability to retrieve all fields for a Zuora object.

  • Expected upstream Snaps: [None]

  • Expected downstream Snaps: Any Snap that has a document input view, such as Filter or Data or JSON Formatter.

  • Expected output: This Snap provides records for all fields of the selected Zuora object.

 

Prerequisites:

[None]

 

Known Issue

High heap usage triggering pipeline termination for Zuora Read Snap.

The pipeline killer is activated when heap usage exceeds 95% of the max capacity. This terminates the Zuora Read process because of its high output, disrupting pipeline execution and causing delays and incomplete data ingestion from Zuora.

Workaround: Reducing output document volume or optimizing memory usage may help temporarily. We are working on a fix for better heap management and handling large document volumes in the Snap.

Support and limitations:

Works in Ultra Tasks.

Account: 

This Snap uses account references created on the Accounts page of SnapLogic Manager to handle access to this endpoint. See Zuora Account for information on setting up this type of account.

 

Views:

Input

This Snap has at most one document input view.

Output

This Snap has exactly one document output view.

Error

This Snap has at most one document error view and produces zero or more documents in the view.

Settings

Label

 

Required. The name for the Snap. You can modify this to be more specific, especially if you have more than one of the same Snap in your pipeline.

Request timeout

 

 

Required. Defines the timeout value for the SOAP request, 0 means no timeout
Example: 0
Default value: 0

 

Object

This property sets the Zuora object name. A suggestion will retrieve a list of all available object names from Zuora that can be read as a whole.

Only objects that are read as a whole can be select. The Select Snap should be used for selecting fields of an object to be read.

Example: Account
Default value: [None] 

 

Remove namespace prefixes

Select this option to remove any residual XML namespace prefixes from the output JSON. For example, "ns2:Id" becomes "Id".

Default value: Not selected.

Snap Execution

Select one of the following three modes in which the Snap executes:

  • Validate & Execute: Performs limited execution of the Snap, and generates a data preview during Pipeline validation. Subsequently, performs full execution of the Snap (unlimited records) during Pipeline runtime.

  • Execute only: Performs full execution of the Snap during Pipeline execution without generating preview data.

  • Disabled: Disables the Snap and all Snaps that are downstream from it.

Default ValueExecute only


Example: Validate & Execute


Downloads