SDP 25.3 is not the latest You're viewing SDP 25.3, not the current release (SDP 26.3).
View TrinoCatalog in SDP 26.3 View SDP 26.3 →Custom resource
TrinoCatalog
Auto-generated derived type for TrinoCatalogSpec via `CustomResource`
- API group
- trino.stackable.tech
- API versions in 25.3
- v1alpha1
- Scope
- Namespaced
- Operator
- Trino
- Roles
- none
Schema
TrinoCatalog.trino.stackable.tech .spec fields for SDP 25.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