snowflake.snowpark.Session.udtf¶
- property Session.udtf: UDTFRegistration[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.48.0/src/snowflake/snowpark/session.py#L4392-L4399)¶
Returns a
udtf.UDTFRegistrationobject that you can use to register UDTFs. See details of how to use this object inudtf.UDTFRegistration.