Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _data/shared_chrome.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://www.metabase.com/shared/chrome.schema.json",
"version": 1,
"generated_at": "2026-07-12T06:11:41+00:00",
"generated_at": "2026-07-13T09:16:21+00:00",
"origin": "https://www.metabase.com",
"stylesheets": [
{
Expand Down
1 change: 1 addition & 0 deletions _docs/latest/configuring-metabase/config-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ config:
sql-tools-parser-backend: sqlglot
ssh-heartbeat-interval-sec: 180
start-of-week: sunday
static-viz-mode: graalvm
subscription-allowed-domains: null
surveys-enabled: true
sync-leaf-fields-limit: 1000
Expand Down
9 changes: 9 additions & 0 deletions _docs/latest/configuring-metabase/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -2225,6 +2225,15 @@ Controls how often the heartbeats are sent when an SSH tunnel is established (in

This will affect things like grouping by week or filtering in GUI queries. It won't affect most SQL queries, although it is used to set the WEEK_START session variable in Snowflake.

### `MB_STATIC_VIZ_MODE`

- Type: keyword
- Default: `graalvm`

How static visualizations (subscription/alert charts and pulse table cell colors) are rendered:
`graalvm` runs the JavaScript in-process on a pooled GraalVM context (default), or `node` runs it in a
pool of external Node.js child processes (requires a `node` binary on the host's PATH).

### `MB_SUBSCRIPTION_ALLOWED_DOMAINS`

> Only available on Metabase [Pro](/product/pro) and [Enterprise](/product/enterprise) plans.
Expand Down
1 change: 1 addition & 0 deletions _docs/v0.62/configuring-metabase/config-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ config:
sql-tools-parser-backend: sqlglot
ssh-heartbeat-interval-sec: 180
start-of-week: sunday
static-viz-mode: graalvm
subscription-allowed-domains: null
surveys-enabled: true
sync-leaf-fields-limit: 1000
Expand Down
9 changes: 9 additions & 0 deletions _docs/v0.62/configuring-metabase/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -2223,6 +2223,15 @@ Controls how often the heartbeats are sent when an SSH tunnel is established (in

This will affect things like grouping by week or filtering in GUI queries. It won't affect most SQL queries, although it is used to set the WEEK_START session variable in Snowflake.

### `MB_STATIC_VIZ_MODE`

- Type: keyword
- Default: `graalvm`

How static visualizations (subscription/alert charts and pulse table cell colors) are rendered:
`graalvm` runs the JavaScript in-process on a pooled GraalVM context (default), or `node` runs it in a
pool of external Node.js child processes (requires a `node` binary on the host's PATH).

### `MB_SUBSCRIPTION_ALLOWED_DOMAINS`

> Only available on Metabase [Pro](/product/pro) and [Enterprise](/product/enterprise) plans.
Expand Down