Skip to content

Support for running python UDF? #424

@selvavm

Description

@selvavm

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions