User Activity

I’ve a pipeline, at the end of which is a SnowFlake Execute snap which has an update query like below "Update table_schema.Employees set Salary = '"+ $salary + "' where EmpID = '" + $empId +"' " Now the issue is for all the employees Salary of last ...
Hi there, I am trying to post a simple json to our backend api through REST POST snap. Everything was working. And then we changed the url to a new url and I updated the url in the snap. But now request is simply not reaching our new api server. In f...
I’ve two pipelines, let’s call them Parent Pipeline and Child Pipeline: In the Child pipeline, I am using Snowflake Upsert snap like below: The key column i.e. _KEY_COLUMN is passed in Parent Pipeline via Execute Pipeline snap parameters. Now, I wa...