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

Forum Posts

Resolved! Rest API Test For Completion

I have a pattern where I run a REST POST api call and then need to run a REST GET to see if the request has completed. I need to somehow loop back to run the REST GET again if it isn’t done. Recommendations on how to handle this pattern?

jhagist by New Contributor III
  • 5118 Views
  • 12 replies
  • 3 kudos

Union for Error and for Success

Hi all, I am trying to develop a pipeline with Union where the unions is only satisfied when ALL branches are successful. Any error in the branch should not satisfy the Union and should trigger the error pipeline. Current behavior is that the union i...

steffeck by New Contributor II
  • 1855 Views
  • 1 replies
  • 0 kudos

Reading an http file in csv format

I want to read this csv file “http://api.pluralsight.com/api-v0.9/courses” into a snap When I used mapper and file reader, I obtained this error message: Failure: Unable to read from http://api.pluralsight.com/api-v0.9/courses, Reason: The file can n...

Extracting a large data set

Hi community, I hope everyone is keeping safe. I have a request to design a data pipeline to extract ~100M rows of data, with about 10 columns in the table. What’s the best practice approach to carrying this out? The source system is a DB2 database, ...