...
Support for Ultra Pipelines
Works in Ultra Task Pipelines.
Limitations
Does not support $$
as an escape character for enclosing string input, as $
is a reserved character for variable substitution in SnapLogic..
Known Issues
None.
Behavior Change
Multiexcerpt fast include block macro | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
Snap Views
Type | Format | Number of Views | Examples of Upstream and Downstream Snaps | Description |
---|---|---|---|---|
Input | Document |
|
| If the input view is defined, then the WHERE clause can substitute incoming values for a given expression. Valid JSON paths that are defined in the WHERE clause for queries or statements are substituted with values from an incoming document. If the document is missing a value to be substituted into the query or statement documents, it is written to the error view. |
Output | Document |
|
| The executed query result. If a SELECT query is executed, the query's results are merged into the incoming document and any existing keys will have their values overwritten. On the other hand, the original document is written if there are no results from the query. |
Error | Error handling is a generic way to handle errors without losing data or failing the Snap execution. You can handle the errors that the Snap might encounter while running the Pipeline by choosing one of the following options from the When errors occur list under the Views tab:
Learn more about Error handling in Pipelines. |
...