jessebehrens / Snowflake-Stored-Procedures

Repository for simple stored procedures with all languages!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snowflake-Stored-Procedures

This repository is for providing simple examples of Snowflake stored procedures using Python, SQL, and other supported languages.

  • duplicating-a-database: A user may need to duplicate hundreds of tables from an inbound share into another region, for example a government region. This stored procedure will iterate through a list of tables and automate the recreation based on the parameters passed by the user. Both python and SQL examples are provided

About

Repository for simple stored procedures with all languages!

License:MIT License


Languages

Language:PLpgSQL 100.0%