Source
Python UDF handler examples
Python UDF handler examples This topic includes simple examples of UDF handler code written in Python.
Python and Java support for serverless tasks
Serverless tasks can invoke the following object types and functions: user - defined functions (UDFs) and stored procedures written in Python, Java, and Scala. You can use Python or Java in your tasks in a few different ways.
How to use an older Python connector version for creating a wheel file for AWS Glue
At the time of writing this guide, you can only run Python scripts that are compatible with Python 2.7 or Python 3.6 in AWS Glue version 1.0.
Python handler examples for stored procedures
You can run concurrent tasks using Python worker processes. You might find this useful when you need to run parallel tasks that take advantage of multiple CPU cores on warehouse nodes. Note Snowflake recommends that you not use the…
Creating Stored Procedures for DataFrames in Python
The Snowpark API provides methods that you can use to create a stored procedure in Python.
Importing 3rd party Python packages containing non-Python files using Snowflake stages when creating Python UDFs
ISSUE: When creating a Python UDF, 3rd party Python packages can be imported using a Snowflake stage as long as it complies with the guidelines defined in Limitations on Python UDFs. In cases where the Python package contains more than…
Dependency management policy for the Python Connector
The Snowflake Connector for Python depends on third party libraries, all of which are essential for communicating with the Snowflake database.
Snowpark Library for Python release notes for 2022
Snowflake uses semantic versioning for Snowpark Library for Python updates.