Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Can someone explain how to create a job that runs Snowflake SP step by step?
Im trying to run SP that return a boolean value but without success.
Regards
@aa dd , Snowflake SP can be executed using tSnowflakeRow component.
check the below link
CALL temporary_db_qualified_names_test.temporary_schema_1.stproc_pi();
https://docs.snowflake.com/en/sql-reference/stored-procedures-usage.html