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.
Hi!I wanted to share a powerful and lightweight approach I recently implemented for using static reference data in pipelines—without needing memory-intensive joins or separate file/database reads during runtime.The ChallengeIn typical scenarios, we h...
Hello,I’m reaching out regarding a pipeline that I am building. Here are the details:Requirement: Combine two csv files (one has a header and the other one does not have)Steps Taken:1. Read both csv files at the start of the pipeline2. Use a 'Gate' s...
We’re excited to announce that the SnapLogic May 2025 Release is now available in the UAT environment. Learn more about the release here. We encourage you to check out the new features available in UAT now and test-drive them using your own pipeline...
I have a pipeline that starts with a BigQuery Execute (BQE) Snap, followed by several other Snaps.I only want the step(s) following the BQE Snap to execute if that Snap returns data i.e. if no rows are returned, do nothing, otherwise continue with th...
The SnapLogic public API uses basic authentication. How do I get the basic authentication token outside of SnapLogic? Is there an auth endpoint? How long is the token good for?
I am currently working on redesigning our error handling functionality. My basic design was to write all errors to a sql server so we can have a dashboard of pipeline issues in the last 24 hours. As a proof of concept I set this up on one of our mo...
We asked Snapgpt to create an expression that takes as input a timestamp (start), then the expression will generate the current timestamp (end), then create a range incremented by 1 hour until end is reached ... then the result should be a document o...
Hi SMEs,Good day, any reason why response from SOAP execute snap is taking much longer than with a REST/HTTP client snap?Is this because SOAP execute snap have a large overhead compared with a REST/HTTP client snap? Or is there an underlying process ...