Python UDTF
Introducing Python User-Defined Table Functions (UDTF) in Unity Catalog
Introduction Python UDFs help create an abstraction layer of custom logic to simplify query construction. However, for complex logic—such as running large-scale models or detecting patterns efficiently across table rows—you can use Python User-Defined Table Functions (UDTFs). We previously introduced session-scoped UDTFs in this blog post. UDTFs let