This repository contains Snowpark for Python and Streamlist code for my sessions at Snowflake Summit 2022. You can find my sessions here -- https://bit.ly/DashAtSummit.
For this worskhop, you can complete the end-to-end tutorial on quickstarts.snowflake.com.
For this session, you can refer to the code in SnowparkForPythonAndStreamlit folder. NOTE: This is the same demo that was presented during the Snowflake Summit Opening Keynote.
For this session, you can refer to the code in SnowparkForPythonIn20 folder.
The Snowpark for Python library provides intuitive API for querying and processing data using DataFrames. Using this library, you can build applications that process data in Snowflake without having to first move data out of Snowflake. The library also enables data application developers to run complex transformations within Snowflake (using User-Defined Functions, User-Defined Table Functions, and Stored Procedures) while taking advantage of the built-in unlimited scalability, performance, governance and security features.
Snowpark For Python: API Source Code | Developer Guide | API Reference
- Getting Started with Snowpark for Python
- Machine Learning with Snowpark for Python
- Getting Started with Snowpark for Python and Streamlit
For other developer resources, please visit https://developers.snowflake.com/.