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 Upsert Key Column Issue

Hello, I’ve had luck getting the snowflake bulk load to work. But that loads and duplicates records. I have been trying to get the Snowflake Bulk Upsert to work so I can use key ID columns. I can’t get past the error that I have an invalid column nam...

Query on Monitoring API

Hi Team, We are looking for a solution with Monitoring API where we can get the specific pipeline statistics for a day. It seems the API is not showing correct results. Please share us your solutions on this. Regards, Sindhu

sindhu by New Contributor II
  • 2922 Views
  • 5 replies
  • 0 kudos

File History

Hi All, I have a below requirement any suggestions will be great help. I want to log the file history into one log file for example when ever i read an input file I want to write an entry into the log file saying that file is read and if we are able ...

sjakathi by New Contributor II
  • 1487 Views
  • 2 replies
  • 2 kudos

How to handle Null in Insert Snap?

Hi, My pipeline is running successfully when I have data in the source table. But when there is no data on the source then the Insert snap got failed with the message that the null value is not allowed in the table. We have mentioned the not null in ...

rpathak by New Contributor II
  • 3941 Views
  • 5 replies
  • 3 kudos

Adding element to array

Input json :-[ { “e_no”: “1”, “email”: “abc@gmail.com”, “country”: “India”, “firstname”: “A”, “last name”: “B”, “data”: [ { “e_no”: “12”, “email”: “abc4@gmail.com”, “country”: “India”, “firstname”: “A”, “last name”: “c” }, { “e_no”: “13”, “email”: “a...