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,
Wanted to configure OAuth2 REST account to be configured in Snaplogic. Underlaying the REST calls are deployed in Amazon Cognito. Please check the screenshot below, We have configured all the required parameters, but could not get access token. I...
Hi,
Is there any way to connect to Azure key vault and read access key information from there? I have requirement to that keys are going to be roated frequently and keys are going to be stored in Azure key vault. So I wanted to read recent access key...
Hi,
I went through blog post on implementing CI/CD for snaplogic pipelines. Please refer to the following links.
End-to-end pipeline automation and governance (Part 1 of 2) | SnapLogic
End-to-end pipeline automation and governance (part 2 of 2) | S...
Hi,
I have developed the pipeline which reads the data from the incoming stream and send to SQL Merge. My pipeline looks like below.
My Input JSON is as follows:
[ {
“member_id”: 13000561,
“intervention_id”: 1000034495,
“sentiment”: null,
“last_upd...
@Pakhi,
Have you checked https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/187072700/File+Operation documentation.
File Operation supports “Rename” as well.
@Harsha3,
You can try something similar as follows.I was trying to show you some sudo code on how to do that. You can refer to the following screenshot, it may give you some idea as your pipe is having many SOQL query and excel formatting.
Thanks,
G...
We have faced some issues like this. There may be chances that your files are swept after snaplogic writes data into SFTP location. Please try to check SFTP/FTP owners if they found anything in their log. Try to copy the files in SLDB itself and see ...
Take a look at the following script. You should use the file format or document to binary snap. Zip write accepts many files can be written here. Take a look at the following screenshot, your each process should connect to formater / document to bina...