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
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
The text was updated successfully, but these errors were encountered:
selvavm
changed the title
Support for running python IDF?
Support for running python UDF?
Oct 3, 2022
Thanks and yes. But I wanted to pass a function to the azure-kusto-python and wanted it to transform that as a query rather than I create a query in string format.
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 docsThe text was updated successfully, but these errors were encountered: