Custom resource
TrinoCatalog
Auto-generated derived type for TrinoCatalogSpec via `CustomResource`
- 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
- The
connectordefines which connector is used. - The
configOverridesallow overriding arbitrary Trino settings. For example, for Hive you could addhive.metastore.username: trino. - 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