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 ?
1
votes
3 Answers
1
votes
JavaScript Stored Procedures are supported as of May 2019.
Other resources for migration:
- Teradata to Snowflake Migration Guide
- Roboquery
- https://www.mobilize.net/snowflake (unfortunately converts to Python instead of JavaScript)
0
votes
0
votes
Stored procedures are now supported in Snowflake (in Javascript) as below
https://docs.snowflake.net/manuals/sql-reference/stored-procedures.html