Introduction to Snowflake Snowpipe on AWS
A step by step guide on automating continuous data loading into Snowflake through Snowpipe on AWS S3.
A step by step guide on automating continuous data loading into Snowflake through Snowpipe on AWS S3.
Learn how to submit an API request containing multiple statements to execute to the Snowflake SQL REST API using Postman.
Snowflake SQL REST API allows users to interact with Snowflake through HTTP requests, making it easy to integrate with other systems.
Learn what JWT token is, how to generate it and pre-requisites to generate it for Snowflake Key Pair Authentication.
Snowflake supports Key Pair authentication which uses a combination of public-private key pair for enhanced security.
The stored procedures in Snowflake runs either with caller’s or owner’s rights which defines the privileges with which the procedure executes.
Snowflake allows catching exceptions and their error information that occur in stored procedures by defining exceptions.
Snowflake allows storing the result set of a SELECT statement and return them as output in the form a table using RESULTSET.
Cursors allows you to loop through a set of rows of a query result set and perform same set of defined actions for each row individually.
Loops in Snowflake Stored Procedures enables you to execute a set of statements until a particular condition is satisfied.