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

Forum Posts

How to call python script in SnapLogic

Hi Team, I need to call below sample python script from snaplogic. or is there a way to call .py file in snaplogic import pandas as pd ################Can be snap logic pipeline###############333333 import pyodbc conn = pyodbc.connect(‘DRIVER={ODBC D...

sanam by New Contributor
  • 6293 Views
  • 8 replies
  • 6 kudos

Create pipeline programmatically

Guys, is there any SDK to create a pipeline programmatically using java/.net? I am not talking about creating snap here. We are trying to build an accelerator here which can automatically convert Informatica pipeline to Snaplogic atleast for some of ...

kumar by New Contributor II
  • 1732 Views
  • 3 replies
  • 0 kudos

Updating Feedmasters queue size max

https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/809009264/Deploying+a+FeedMaster+Node has the following snippet: You can configure this value in the FeedMaster node’s properties file by specifying the limit in bytes: jcc.broker.disk_limit=...

omair by Contributor
  • 1565 Views
  • 1 replies
  • 0 kudos

REST-PUT Snap

Hi, I am using REST PUT -Snap to write a csv file to WEBDAV. The file is successfully PUT on webdav, but when the file is opened to read i see some text getting concatenated to the file. I need help on getting rid of this text getting concatenated to...