1
votes

I'm trying to migrate stored procedures and related queries from Teradata BTEQ to Snowflake schema. But as snowflake doesn't support stored procedure, is there any way to get this done ?

3

3 Answers

1
votes

JavaScript Stored Procedures are supported as of May 2019.

Other resources for migration:

0
votes

The Stored Procedures logic might be implemented through a combination of Python scripts (running from a client computer) and UDFs written in JavaScript or SQL within Snowflake.

0
votes

Stored procedures are now supported in Snowflake (in Javascript) as below

https://docs.snowflake.net/manuals/sql-reference/stored-procedures.html