Forum Discussion
smpa01
1 year agoCommunity Champion
RE: udf
Can you please confirm whether udfs are all session scoped and persistent udfs are not possible to create (in lakehouse) as one can in databricks catalog?
v-prasare
1 year agoCommunity Support
Hi smpa01,
-
UDFs in the Lakehouse (via Notebooks or SQL Analytics Endpoints) are session-scoped only. Persistent UDFs are not supported in Lakehouse currently.
-
Each time you start a new session, you'd need to re-define your UDFs manually if you need them again.
Please refer to below blog and let u know if this helps?
Thanks,
Prashanth Are