You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use session.udf().registerTemporary(....) to register UDFs with the assumption that once session is closed these functions would be cleaned up automatically. They do not get cleaned up and linger around for a very long time.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Temp UDFs not cleaned up after session closed
SNOW-860986: Temp UDFs not cleaned up after session closed
Jul 11, 2023
as part of zingg enterprise https://www.zingg.ai/company/zingg-enterprise-snowflake we are building using snowflake and use snowpark heavily. we define custom udfs that do machine learning, and graph processing and we see that they are not cleaned up..
We use session.udf().registerTemporary(....) to register UDFs with the assumption that once session is closed these functions would be cleaned up automatically. They do not get cleaned up and linger around for a very long time.
The text was updated successfully, but these errors were encountered: