Source
Python UDF handler examples
Python UDF handler examples This topic includes simple examples of UDF handler code written in Python.
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.
Cannot use snowflake-connector-python with pyarrow from conda-forge on linux
This happens because the C++ ABI (Application Binary Interface) versions between the pyarrow and the snowflake - connector - python need to match. CAUSE: The ABIs are different between PyPi and conda therefore this will never work.
Creating Stored Procedures for DataFrames in Python
The Snowpark API provides methods that you can use to create a stored procedure in Python. This topic explains how to create stored procedures. Introduction With Snowpark, you can create stored procedures for your custom lambdas and…
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…
TypeError while creating task graphs using Snowpark Python API using use_func_return_value set to True
ISSUE: Getting the below error when using Snowpark Python to create task graphs(DAG) when use_func_return_value is set to True.
Managing Python functionality and package usage in Snowflake
Python UDFs allow users to define custom logic directly in SQL scripts, enabling operations such as data manipulation, calculations, and transformations within Snowflake. These UDFs can be scalar or table - returning, offering flexible ways…
Snowpark Library for Python release notes for 2022
Snowflake uses semantic versioning for Snowpark Library for Python updates.