You are viewing documentation about an older version (1.16.0). View latest version

snowflake.snowpark.Session.udf

property Session.udf: UDFRegistration[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.16.0/src/snowflake/snowpark/session.py#L2832-L2838)

Returns a udf.UDFRegistration object that you can use to register UDFs. See details of how to use this object in udf.UDFRegistration.

Language: English