Skip to content

Stateless Python UDF Registration #25

@crepererum

Description

@crepererum

What

Design a system for users to register a Python UDF so it can be used during a SQL query. This system should be stateless (for now), i.e. it must be part of the user request (or the Flight ticket) without requiring server-side state (esp. NOT the catalog).

Why

Users shall be able to define Python UDFs themselves, without requiring admin intervention.

How

Either find some clever Flight RPC interaction or some way to define the Python source code in-line within the SQL query.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions