Skip to end of banner
Go to start of banner

sftpAdobe Experience Platform Write (PS Snap)

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

In this article

Overview

You can use this Snap to restructure and write input JSON data as JSON or Parquet files into Adobe Enterprise Platform (AEP)

Snap Type

Adobe Experience Platform Write Snap is a Write -type Snap that writes

Prerequisites

  • The dataset into which you want to write the output of the Adobe Experience Platform Write Snap. If you do not have the dataset ready, you must create it first using the Adobe Experience Platform UI or the Adobe Experience Platform S3 Connector Snap.

Limitations

While the Dataset Name field is expression enabled, its purpose is to read Pipeline parameter values. This Snap does not read values from upstream Snaps. You can, however, add this Snap in Pipelines with other Snaps to execute them in a sequence.

Known Issues

None.

Snap Input and Output


Input/Output

Type of View

Number of Views

Compatible Upstream and Downstream Snaps

Description

Input 

Document

  • Min: 1

  • Max: 1

  • Mapper Snap

  • Binary to Document Snap

  • Sort Snap

Each input document contains data that you want to write to AEP.

Output

Document

  • Min: 0

  • Max: 1

  • Mapper Snap

  • Join Snap

  • Union Snap

Each output document lists out the status and other details associated with the write process.

Snap Settings

Parameter Name

Data Type

Description

Default Value

Example 

Label

String

Required. The name for the Snap. Modify this to be more specific, especially if there is more than one of the same Snap in the Pipeline.

Adobe Experience Platform Write

Write Documents into AEP

Dataset Name

String

Required. The name of the dataset into which you want to write the input data. This is a suggestible field. Click  to view dataset suggestions that you can use.

 

This property is expression-enabled. For more information on the expression language, see Understanding Expressions in SnapLogic and Using Expressions. For information on Pipeline Parameters, see Pipeline Properties.

This Snap reads Pipeline parameters, but not values from upstream Snaps. You can, however, add this Snap in Pipelines with other Snaps to execute them in a sequence.

 

N/A

Adobe Generic Dataset

Schema Type

String

Required. The schema type that you want to use to create the file that must be written. Click to select from the following options:

  • Parquet

  • JSON

Parquet

Parquet

Snap Execution

String

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.

Execute only

Validate and Execute

Limitations

While the Dataset Name field is expression enabled, its purpose is to read Pipeline parameter values. This Snap does not read values from upstream Snaps. You can, however, add this Snap in Pipelines with other Snaps to execute them in a sequence.

Troubleshooting

Error

Reason

Resolution

Missing property value

The snap settings are not correct.

You may see this error because you did not provide a mandatory value.

Check to ensure that all mandatory values are provided and valid.

Invalid Snap configuration

Target Dataset Name is null or missing.

This typically means that you did not specify the dataset into which the parquet file must be written or that the dataset name specified doesn't exist in AEP.

Ensure that the property Dataset Name has a valid dataset name. Use the drop-down button adjacent to the Dataset Name field to select a valid dataset.

Unable to load the private key for the given alias

File not found on <your SnapLogic instance> at <account location>

This error appears when the account doesn't have valid values. Ensure that the keystore path, keystore passphrase, private key alias, and private key passphrase are correct. Also, you must upload the keystore in the Keystore Path that you specify.

Unable to obtain access token

This message appears when the endpoint account details are incorrect.

Check your Organization IDTechnical Account IDClient IDClient Secret Key details and try again.

  • No labels