Get started (free)
Home/ Crds/ TrinoCatalog
Custom resource

TrinoCatalog

Auto-generated derived type for TrinoCatalogSpec via `CustomResource`

View SDP 26.3 release Download CRD (YAML)
API group
trino.stackable.tech
API versions in 26.3
v1alpha1
Scope
Namespaced
Operator
Trino
Roles
none

Schema

TrinoCatalog.trino.stackable.tech .spec fields for SDP 26.3.

Schema
  • configOverrides # object = {}
    The configOverrides allow overriding arbitrary Trino settings. For example, for Hive you could add hive.metastore.username: trino.
  • experimentalConfigRemovals # array = []
    List of config properties which should be removed. This is helpful, because Trino fails to start in case you have any unused config properties. The removals are executed after the configOverrides. This field is experimental, and might be replaced by a more generic mechanism to edit config properties