-
Notifications
You must be signed in to change notification settings - Fork 110
Open
Labels
Description
I would like to run temporary Python UDF using this client. Is it possible?
My use case includes a complex python app which should execute queries and python UDF, something similar to pyspark. Snowflake has this support using Snowpark. In Snowpark, the python UDF is staged in a server location and then executed in Snowflake server with a simple dataframe API (internally the dataframe is converted to a Snowflake query and executed). Can we have something similar here?
We can use inspect.getsource() as mentioned in docs