v1

latestOpenAPI 3.0.2Apache 2.02026-07-1739106293.5 KB
Capabilities

Supported UDF runtimes

Lists the supported runtimes for user-defined functions (UDFs), which includes either the programming languages including version numbers and available libraries including version numbers or docker containers.

get/udf_runtimes

Response

Description of UDF runtime support

object required

Map of available runtime environments. Runtime environments can be either a programming language environment or Docker-based.

Each runtime environment has a unique name, which is used as the property key. The name is used in processes to select the runtime environment for UDFs, so the names should be stable and meaningful. It is RECOMMENDED to use the following naming and casing:

  • For programming langauge environments use the names as provided in in the Scriptol List of Programming Languages.
  • For docker images use the docker image identifier excluding the registry path.