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

Forum Posts

Python Script Advice

Hi Team,we have a python script which works outside Snaplogic as expected.  We would like to use same code in Snaplogic.can anyone suggest how can we use same code and achieve our use case.pleasei suggest other that the Script snap if any.Thank you 

AnilD by New Contributor
  • 1161 Views
  • 1 replies
  • 0 kudos

REST Get parameters dates dynamically

Hello,I am trying to automatize REST Get extraction by setting up Query Parameters in the REST Get snap with date 1 and date 2. My idea is to schedule the pipeline every 1st of the month and date 2 should be Today minus one day and date 1 should be t...

rpc1235x by New Contributor II
  • 839 Views
  • 0 replies
  • 0 kudos

Import Python modules in Script Snap

I'm building a pipeline that uses a Python Script file stored in SLDB. Lets call it main.py.In main.py I need to import modules from another Script file stored in the same place as main.py.Is this at all possible using the Script snap? I've searched ...

Resolved! Conditional Snap Run

Hi everyone,I have been experiencing an issue lately where I have a large zip file containing 17 CSV files. I unzip the file and write it into an external stage. After that, I run several procedures on Snowflake using Snowflake Multi Execute.My conce...

Capture d’écran 2023-09-19 à 10.46.29.png

Filtering Objects

Hello Experts,I have below Object input containing string values. Can someone please provide expression to get rid of duplicate values?[ { "ack": { "QueueURL": "https://www.google.com", "ReceiptHandle": "12345678", "content": "ABCDEFG" } }, { "ack": ...