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.
I’m trying to create an expression library function that needs access to both the snap and pipe variables. Can these variables be accessed directly from within the expression library function or must they be passed in as parameters?
Right now my fun...
Is it possible within SnapLogic to configure a pipeline to fail via a Snap but also to return a custom output back to the user (configured via a Mapper snap, e.g.)
I have reviewed the video here: Framework: Error Handling & Retry Patterns and it appe...
Use-case: I would like to use version control to store my pipeline assets. Organizational restrictions prevent the use of Github for version control. Right now the dev process is to export pipelines from designer and commit them to version control ...
I have a single feedmaster + single groundplex setup:
Currently there are 70 active (ultra) pipelines and the groundplex is consuming ~1400 threads. There are additional ultra pipelines that the system is trying to initialize. However, we are enco...
I have a pipeline that retrieve data from an external REST API, performs some data transformations and returns the resulting data.
Part of the data transformations require looks that rely on the inbound payload so I have a copy snap to enable the loo...
@dmiller : cjhoward18’s response above, i.e.
For Next URL I believe you can use the expression:
'https:domain.com/object/page/' + (snap.out.totalCount + 1).toString() to have second request add 2, then 3, 4, 5, and so on.
should be added to the pag...
@tstack … some of our ultra pipelines may have ~50 snaps… just doing the math… in the worst case one groundplex would reach capacity after running ~80 tasks executing such pipelines.
How do you advise we structure our pipelines to be able to have mor...