Snowfalke Execute Behaving strangely
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 ...