Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

View Type

View Format

Number of Views

Examples of Upstream and Downstream Snaps

Description

Input 

Document

  • Min: 0

  • Max: 1

  • Mapper

The topic Arn, region and subscription token of the topic.

Output

Document

  • Min: 0

  • Max: 1

  • Copy

The ARN of the subscription and the Subscription ID.

Error

Error handling is to have a generic way to handle errors without losing data or failing the Snap execution. You can handle the errors that might arise while running the Pipeline by choosing one of the options from the When errors occur section under the Views tab.

The options available are:

  • Stop Pipeline Execution: Stops the current pipeline execution when an error arises.

  • Discard Error Data and Continue: Ignores an error completely, discard that record, and continue with the rest of the records.

  • Route Error Data to Error View: Routes the data to an error view of the Snap and then decides what to do with the error.

See Error View in Pipeline in examples to understand the Snap error view settings and error output. For more information on the error view and handling error output in a Pipeline, see Error handling in Pipelines.

Snap Settings

Info

Icons used in the interface

  • Asterisk (*)- Mandatory fields: Indicates a mandatory field.

  • Suggestion icon (blue star) - Suggestible fields and suggestions will be ((blue star)): Indicates a list that is dynamically populated based on the Account settingsconfiguration.

  • Expression icon ((blue star)): Indicates whether the value is an expression (if enabled) or a static value (if disabled). Learn more about Using Expressions in SnapLogic.

  • Add icon ((blue star)): Indicates that you can add fields in the field set.

  • Remove icon (blue star) - Enable when you want to use expressions as field values((blue star)): Indicates that you can remove fields from the field set.

Field Name

Field Type

Field Dependency

Description

Label*

Default Value:N/A
Example: Confirm Subscription

String

N/A

Specify the name of the Snap. You can modify this to be more specific, especially if you have more than one of the same Snap in your Pipeline.

Region


Default value: None
Example: us-east-1, us-west-1

String

N/A

Specify the AWS region where the application is implemented. This is a suggestible field and suggestions will be populated based on the Account settings. If you do not provide a value in this field, the Snap evaluates the region in the following sequence:
The Topic Arn or Subscription ARN > The region of the EC2 instance.

Topic Arn*

Default Value:N/A
ExampleTopic 1

String

N/A

Specify the Amazon Resource Name of the topic. This is a suggestible field and suggestions will be populated based on the Account settings.

Subscription Token*

Default Value:N/A
Example: Subscription

String

N/A

Enter the valid subscription token sent to the endpoint while subscribing to a topic. 

Authentication Required on Unsubscription

Checkbox

N/A

Select this checkbox if you want the Snap to verify the authentication of the user before unsubscribing an endpoint subscription to a topic. If this field is set to true, only topic owner and subscription owner can unsubscribe the endpoint.

Snap Execution

Default valueExecute only
ExampleValidate & Execute

Select one of the three modes in which the Snap executes. Available options are:

  • 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.

...