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.
This is more about platform memory alerts. From my understanding, we have alert metrics in place that trigger an email if any of the nodes hit the specified threshold in the manager.However, I am looking at a specific use case. Consider an Ultra Pipe...
Pipeline Execute snap This snap is one of the most powerful tools in the SnapLogic platform. This snap allows you to call another pipeline from the current one. This can allow you to modularize code for specific functions, making your pipelines sim...
I want to ask:I’m attaching a screenshot of the pipeline that should:Read a CSV file, truncate SQL tables, and after the successful truncate, insert all the records from the CSV into the truncated table.It seems that the pipeline doesn't work correct...
We need to:1. Encrypt a file using recipients Public key.2. Sign the file using the senders Private key.3. Not have multiple levels of encryption that need to be decrypted. I'm working with a client using the PGPEncrypt and PGPSign snaps to send us e...
The Salesforce REST API can update up to 200 records be POST call. The Salesforce Update snap documentation says that it's implemented to only update 1 record at a time in REST mode. The Bulk API is asynchronous, even in serial mode. What is the best...
This pipeline is executed by a [Scheduled Task > Pipeline > HTTP Client > Triggered Task] regularly. This pipeline hasn't changed structure in months. Occasionally I will get an error that the Triggered Task failed with the error: Reason: HTTP Code: ...
I am trying to create an account to connect to a Postgres db and continue to get a "Failed to validate account" error. I have tried both setting up with type Postgres Account and Postgres Dynamic Account.I have downloaded and added the most recent JD...
Hi Team,I was looking into a possibility of fetching pipeline execution details (along with its execution frequency which is not available at the moment) via a snapLogic pipeline.Ideally, I would want to fetch everything that is available in Dashboar...