DataHub

Platform:

Channel Revision Published Runs on
latest/edge 29 10 Jul 2026
Ubuntu 22.04
juju deploy datahub-k8s --channel edge

Learn about configurations >

  • encryption-keys-secret-id | string

    Juju secret ID for the frontend and GMS encryption keys. The secret must contain the keys gms-key and frontend-key, and must be granted to the charm with juju grant-secret.

  • kafka-topic-prefix | string

    Prefix for the names of Kafka topics created and used by DataHub. Useful when several DataHub deployments share a Kafka cluster.

  • opensearch-index-prefix | string

    Prefix for the names of OpenSearch indices created and used by DataHub. Useful when several DataHub deployments share an OpenSearch cluster.

  • trino-patterns | string

    Default: {"schema-pattern":{"allow":[".*"],"deny":[]},"table-pattern":{"allow":[".*"],"deny":[]},"view-pattern":{"allow":[".*"],"deny":[]}}

    JSON object containing schema, table, and view filter patterns for Trino ingestion sources. Each key ("schema-pattern", "table-pattern", "view-pattern") maps to an object with "allow" and "deny" lists of regex patterns. Patterns are applied only when an ingestion source is first created, so changing this option affects future catalogs, not existing sources.

  • use-play-cache-session-store | boolean

    Use Play framework's cache as session store instead of OIDC cookies. Use this option when response headers are too large for reverse proxy buffers. Note that this option turns the frontend service stateful and it is currently unsupported for horizontally scaled deployments.