Package version:

Trino user plugin.

interface TrinoUserPlugin {
    enabled?: boolean;
    name?: string;
    path?: string;
}

Properties

Properties

enabled?: boolean

Denotes whether the plugin is active or not.

name?: string

This field maps to the sub-directory in trino plugins location, that will contain all the plugins under path.

path?: string

Fully qualified path to the folder containing the plugins.