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

Forum Posts

Snowflake Bulk Load S3

Hi, I am trying to use Snowflake bulk load snap to read data from external S3 location and load into the snowflake table. here the challenge is that. Under the Snowflake account, I have mentioned the external bucket name and provided keys. but when a...

venkat by New Contributor
  • 1082 Views
  • 0 replies
  • 0 kudos

Refresh Materialised view

Hi, I am trying to refresh Oracle Materialised view in SnapLogic. Please did someone suggest some snap. I am trying to execute below script begin DBMS_SNAPSHOT.REFRESH(xxx,‘C’); end; Thanks, Anil

How to Split using Regex expression

Hi, I need some help on spliting the user name on basis of Regex expression.My user Name is an combination of mutliple users and i cant use comma to split them. so, i tried regular expression and which is working good on DB level and planned to imple...