1. Select a Template
Last updated
Last updated
This option is available to help you start your project with a repository populated with Scala and Python code templates.
The Steps that you need to follow to create your project with a template are:
1. Choose the source code language:
2. Select a template. Here is an example of Scala template:
Basic Scala Template:
Simple UDF: Contains the basic structure to export code to a User-Defined Function (UDF) and run it in Snowflake.
Simple Procedure: Contains the basic structure to export code to a Stored Procedure and run it in Snowflake.
Hello World: A basic hello world program that is already set up and ready to run.
Example of Python template:
Basic Python Template:
Simple UDF: Contains the basic structure to export code to a User-Defined Function (UDF) and run it in Snowflake.
Simple Procedure: Contains the basic structure to export code to a Stored Procedure and run it in Snowflake.
Hello World: A basic hello world program that is already set up and ready to run.
2. Finalize the setup of your project
Note: More languages are coming soon.