exasol server
# Copyright 2026 The Bitol Contributors
# SPDX-License-Identifier: Apache-2.0
# Demonstrates RFC-0058: the `exasol` server type for Exasol, an in-memory MPP
# analytics database. An Exasol cluster runs a single database, so the schema is
# the namespace and there is no `database` field.
version: 1.0.0
apiVersion: v3.2.0
kind: DataContract
id: 5c9a1e73-8d24-4f60-b1a7-6e0c3b5d9f42
status: active
servers:
- server: prod
type: exasol
host: exasol.acme.com
port: 8563
schema: SALES
schema:
- name: sales
physicalType: table
properties:
- name: sale_id
logicalType: string
required: true