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 having an issue right now with how the SnapDataException handles a full stacktrace event.
Essentially this happens in developing snaps when we don’t have all the right jar files. The workaround is easy because I can set ERROR on output and chec...
I have a question the REST API to process more results.
You can specify to process the next page of results, but I can find a way to keep appending the results from the previous call, so even if you process all the results, you only get the last page...
Has anyone been successful in implementing version control and continuous integration using Snaplogic?
I’m interested to hear what you’ve done to automate builds and deployments of pipelines.
[Edit]
I don’t mean using Snaplogic to implement a kind of...
Hi Folks,
I’m having trouble getting a proper handling from Snaplogic on a REST call.
So the rest call will return on success:
“entity”:
{
“MessageId”:“0101017165ec422f-dfa2bb38-faac-4c48-bcd7-0e2869d80fb6-000000”, …}
And on Error:
“entity”: "ERROR: ...
I am trying to stream a binary PDF file to a file using Snaplogic.
The equivalent would be to the following command:
curl “http://www.pdf995.com/samples/pdf.pdf” --output …/out/pdf.pdf
Is this possible?
Note the output doesn’t seem to be amenable to...
I’m looking for something more lightweight and less “snaplogic centric”.
More along the lines of command line tools that will copy packages, create versions, copy pipelines etc, leaving the Git integrations outside the Snaplogic tool and in a CI/CD.