Designing and Running Pipelines
Discuss how to use the SnapLogic platform.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Error Handling while Connecting SFTP

Hi, I have a requirement wherein I have to Pull all the files from a particular folder of SFTP and then Process them. I have a couple of questions on error handling part of it How should I check that there is no error while fetching the files?What if...

shreegeet by New Contributor II
  • 1575 Views
  • 1 replies
  • 0 kudos

Google Analytics snap

I am using google analytics pipeline few places. I saw metrics is *required param. But I saw on google analytical explorer(https://ga-dev-tools.appspot.com/dimensions-metrics-explorer/) that there are few criteria where no metrics is available (like ...

munish by New Contributor
  • 901 Views
  • 0 replies
  • 0 kudos

File exists or not

I am designing a pipeline where I need to put a condition. If (File exists) then run snap 1 else run snap 2 I want to achieve this with snaplogic pipeline. please help

munish by New Contributor
  • 5353 Views
  • 3 replies
  • 0 kudos

Creating and testing error pipelines

I’m trying to create an error pipeline. A couple of questions… Is it supposed to be called regardless of whether there is an error or not? (It is. Am I doing something wrong? or is this expected behavior) If, so, how should I determine whether th...

wpenfold by Contributor
  • 6557 Views
  • 12 replies
  • 7 kudos

Version Control With Snaplogic

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...

TimBurns by New Contributor III
  • 2945 Views
  • 2 replies
  • 1 kudos

Passing Bearer Token to REST GET

I received a token from a authorization REST POST call. I now need to pass this token as the bearer token of a REST GET call. How can I correctly pass my token to the REST GET snap? I was able to do this successfully using Postman (see screen pic). N...