Azure / Azure/azure-kusto-python
Support for running python UDF?
Open
enhancement
- Dominant language
- Python
- Stars
- 204
- Forks
- 118
- Avg merge
- 13d 7h
- Merged PRs (30d)
- 1
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](https://docs.python.org/3/library/inspect.html)
Contributor guide
Assessment
This issue has not been assessed yet.