Expand description
Dyncfgs used by the adapter layer.
Constants§
- ALLOW_
USER_ SESSIONS - CONSOLE_
OIDC_ CLIENT_ ID - OIDC client ID for the web console.
- CONSOLE_
OIDC_ SCOPES - Space-separated OIDC scopes requested by the web console.
- ENABLE_
0DT_ CAUGHT_ UP_ REPLICA_ STATUS_ CHECK - ENABLE_
0DT_ DEPLOYMENT_ PANIC_ AFTER_ TIMEOUT - ENABLE_
CONTINUAL_ TASK_ BUILTINS - Whether to create system builtin continual tasks on boot.
- ENABLE_
EXPRESSION_ CACHE - Whether to use an expression cache on boot.
- ENABLE_
FRONTEND_ SUBSCRIBES - Enable sending subscribes down the new frontend-peek path.
- ENABLE_
INTROSPECTION_ SUBSCRIBES - Enable installation of introspection subscribes.
- ENABLE_
MCP_ AGENTS - Whether the MCP agents endpoint is enabled.
- ENABLE_
MCP_ AGENTS_ QUERY_ TOOL - Whether the MCP agents query tool is enabled.
When false, the
querytool is hidden from tools/list and calls to it return an error. Agents can still useget_data_productsandget_data_product_details. - ENABLE_
MCP_ OBSERVATORY - Whether the MCP observatory endpoint is enabled.
- ENABLE_
MULTI_ REPLICA_ SOURCES - Whether we allow sources in multi-replica clusters.
- ENABLE_
PASSWORD_ AUTH - Whether to enable password authentication.
- ENABLE_
S3_ TABLES_ REGION_ CHECK - Whether to enforce that S3 Tables connections are in the same region as the Materialize environment.
- ENABLE_
STATEMENT_ LIFECYCLE_ LOGGING - Enable logging of statement lifecycle events in mz_internal.mz_statement_lifecycle_history.
- MCP_
MAX_ RESPONSE_ SIZE - Maximum size (in bytes) of MCP tool response content after JSON serialization. Responses exceeding this limit are rejected with a clear error telling the agent to narrow its query. Keeps responses within LLM context window limits.
- OIDC_
AUDIENCE - OIDC audience (client IDs). When empty, audience validation is skipped.
Validates that the JWT’s
audclaim contains at least one of these values. It is insecure to skip validation because it is the only mechanism preventing attackers from authenticating using a JWT issued by a dummy application, but from the same identity provider. - OIDC_
AUTHENTICATION_ CLAIM - OIDC authentication claim to use as username
- OIDC_
ISSUER - OIDC issuer URL.
- PERSIST_
FAST_ PATH_ ORDER - PLAN_
INSIGHTS_ NOTICE_ FAST_ PATH_ CLUSTERS_ OPTIMIZE_ DURATION - The plan insights notice will not investigate fast path clusters if plan optimization took longer than this.
- USER_
ID_ POOL_ BATCH_ SIZE - Number of user IDs to pre-allocate in a batch. Pre-allocating IDs avoids a persist write + oracle call per DDL statement.
- WITH_
0DT_ CAUGHT_ UP_ CHECK_ ALLOWED_ LAG - WITH_
0DT_ CAUGHT_ UP_ CHECK_ CUTOFF - WITH_
0DT_ DEPLOYMENT_ CAUGHT_ UP_ CHECK_ INTERVAL - WITH_
0DT_ DEPLOYMENT_ DDL_ CHECK_ INTERVAL - WITH_
0DT_ DEPLOYMENT_ MAX_ WAIT
Functions§
- all_
dyncfgs - Adds the full set of all adapter
Configs.