Snowpark for Python: Stored Procedures Demo

Опубликовано: 15 Октябрь 2024
на канале: Snowflake Developers
1,613
23

Welcome to part 3 of 3 of this demo series, which showcases how to use Snowflake’s Snowpark for Python for data engineering. In this episode, Dash Desai, Lead Developer Advocate at Snowflake, walks through how to use the Snowpark Stored Procedures. Snowpark for Python is the set of libraries and runtimes that securely deploy and process Python code in Snowflake. On the server side, Snowpark includes runtime contracts including stored procedures to operationalize Python code. Make sure to also check out the rest of the demo series, which includes part 1 on the Snowpark DataFrame API and part 2 on user-defined functions.

To view part 1 of the demo series, click here:
   • Snowpark for Python: DataFrames Demo  

To view part 2 of the demo series, click here:
   • Snowpark for Python: User-Defined Fun...