This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
In https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1438923/Snaplex+Monitoring+APIs, it reads
If a timespan is not set, it will return information for the last hour.
What’s the definition of the timespan in this context?
It sounded that ther...
I have downloaded a pipeline as a *.slp file and opened it in a text editor. Noticed that both $property_map.input and $property_map.output refer certain snaps in the pipeline. What’s purpose of following two objects:
$property_map.input$property_m...
I am trying to use following toggle endpoint to enable or disable ultra task:
snap = REST POST
url = "https://elastic.snaplogic.com/api/1/rest/slsched/job/toggle%2F"+$snode_id
http entity = {"snode_id":$snode_id,"enabled":true}
I am getting:
{
"er...
In SL documenation about the Join snap, it has
Support and limitations: Ultra pipelines: May work in Ultra Pipelines.
Tried in vain to create an ultra pipeline contains a Join snap that works functionally. Hope someone can provide an example.
Here ...
Understand the proper use case for disabling reuse in a pipeExec snap within an ultra pipeline.
Context:
pipeExec Snap used in an ultra pipelineSnaplex field left blank
Questions:
Does disabling reuse in a pipeExec Snap within an ultra pipeline slow ...
In my current project, I actually used expression _accountSftp == ‘’ ? null : _accountSftp in a file reader snap to allow easy switch between SFTP and SLDB.
Yes. what you described can be done by a couple of pipelines utilizing Pipeline Monitoring API
The basic idea is to capture parameters in runtime history and rerun the failed pipeline with the captured parameters. This solution only work for a subset...
Eric, I have built similar solution which is called RollingJobRunner. There you go.
RollingJobRunner_2017_09_19.slp (11.8 KB)
Runtime-LastCompleted_2017_09_19.slp (12.0 KB)
Job-DoSomething_2017_09_19.slp (4.4 KB)
Looks like you are facing a transformation issue. Normal snaps can do the job.
Assume your input data is flat like what’s in following picture.
They would looks like this in a snap preview:
[
{
"S": "1",
"STATUSDESCRIPTION": "Testing 1.",
...