User Activity

Hello, I need to insert the string " 30/01/2024 00:00 'DD/MM/YYYY HH24:MI' " into Snowflake Timestamp_NTZ(9) column as " 2024-01-30 00:00:00.000 'yyyy-MM-dd HH:mm:ss.SSS' ". I tried the following with no success. Any help would be appreciated.1. Date...
Below is the snaplogic process to load data from Redshift to Snowflake. The Map execution mapper has a output variable named "$last_execution_datetime". The data is sourced from Redshift Select Snap and Snowflake Bulk load is used to load the data. T...
  Hello,    I have a requirement where a text with "," delimiter has to be generated into rows.  For Example a string or text  $src_name = "AMK, ACK, AGK, ABK" should be generated as following rows. The output should be separate rows as below. AMK AC...
Hello,  I have a Snowflake select Snap that outputs values of "ABC", "AEC", "ANC", "ABK", "AMT", "AGT". I have the output stored in a mapper variable called "src_name". In the next Router Snap, I have 2 outputs that routes based on  the below conditi...
Hello,   I have a requirement where multiple instances of the same triggered task has to be run concurrently.  I have a pipeline Load_control.pip that takes several inputs and based on different inputs, it performs different operations. A  triggered ...