In this article
Overview
You can use the Adobe Experience Platform Execute Snap to execute queries, this includes selecting and joining data across datasets. You can query the Data Lake via SQL-like statements using the query service.
Prerequisites
Valid client ID.
The SQL Statement you want to execute
Support for Ultra Pipelines
Works in Ultra Pipelines.
Limitations
None.
Known Issues
None.
Snap Input and Output
Input/Output | Type of View | Number of Views | Examples of Upstream and Downstream Snaps | Description |
---|---|---|---|---|
Input | Document |
|
| Ensure to provide input, which is the SQL statement to execute query. |
Output | Document |
|
| The output document contains the SQL query execution result. |
Snap Settings
Parameter Name | Data Type | Description | Default Value | Example |
---|---|---|---|---|
Label | String | 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. | Adobe Experience Platform Execute | Adobe Experience Platform Execute_23 |
SQL Statement | String | Enter the SQL queries to execute in the Adobe Experience Platform. See SQL overviewformore information on writing the queries for Adobe Experience Platform | N/A | SELECT employeedataset._snaplogicinc.employeeid AS EmployeeID, |
Snap Execution | Drop-down list | Select one of the three following modes in which the Snap executes:
| Execute only | Validate and Execu |
Troubleshooting
Error | Reason | Resolution |
---|---|---|
Please check query | The SQL query entered in the Query field is not valid. | Ensure that the query in the SQL Statement field is valid” or something like this. |