Hi Team,
I want to call snowflake procedure using matillion.Can any one tell which component i can use and the steps.
Regards,
Nadeem
Hi Team,
I want to call snowflake procedure using matillion.Can any one tell which component i can use and the steps.
Regards,
Nadeem
Using SQL Script Component Works Fine ....
Call the procedure Via Matillion SQL Script.. Component Like below
Call P1(); // if there are no parameters
Call p2(params); // if there are params
Thanks Naveen