From b3ba5c75abfd0cf298d3d2c6b64d91b18e4c0f9a Mon Sep 17 00:00:00 2001
From: Metabase Docs bot Enable the collection of anonymous usage data to help Metabase improve. Enable the collection of anonymous usage data in order to help Metabase improve. Consider metabase.driver/can-connect? / can-connect-with-details? to have failed if they were unable to
+ Consider metabase.driver/can-connect? / can-connect-with-details? to have failed if they were not able to
successfully connect after this many milliseconds. By default, this is 10 seconds. Timeout in milliseconds for connecting to databases, both Metabase application database and data connections.
@@ -5420,7 +5420,7 @@ Prevent the exception middleware from including stacktraces in responses. Whether to automatically import from the remote git repository. Only applies if remote-sync-type is :production. If remote-sync-type is :production and remote-sync-auto-import is true, the rate (in minutes) at which to check for updates to import. Defaults to 5. The maximum amount of time a remote sync task will be given to complete. Whether or not to display data on the homepage. Admins might turn this off to direct users to better content than raw data. Whether or not to display data on the homepage. Admins might turn this off in order to direct users to better content than raw data. Only available on Metabase Pro and Enterprise plans. Turn on the Tenants feature, allowing users to be assigned to a particular Tenant.
Default: `20`
-Limits the number of rows Metabase will display in tables sent with dashboard subscriptions and alerts. Range: 1-100. To limit the total number of rows included in the file attachment for an email dashboard subscription, use [MB_UNAGGREGATED_QUERY_ROW_LIMIT](#mb_unaggregated_query_row_limit).
+Limits the number of rows Metabase will display in tables sent with dashboard subscriptions and alerts. Range: 1-100. To limit the total number of rows included in the file attachment for an email dashboard subscription, use [MB_ATTACHMENT_ROW_LIMIT](#mb_attachment_row_limit).
### `MB_AUDIT_MAX_RETENTION_DAYS`
@@ -2135,7 +2157,7 @@ Type: integer
Default: `600000`
Since: v35.0
-Timeout of Jetty async threads, defined in milliseconds. The default is 10 minutes. Few things might reach that timeout, since they return some type of data before, but things like CSV downloads might.
+Timeout of Jetty async threads, defined in milliseconds. The default is 10 minutes. Very few things might reach that timeout, since they return some type of data before, but things like CSV downloads might.
### `MB_JETTY_DAEMON`
diff --git a/_docs/master/permissions/application.md b/_docs/master/permissions/application.md
index 64129e0907..6ba37eb25a 100644
--- a/_docs/master/permissions/application.md
+++ b/_docs/master/permissions/application.md
@@ -45,9 +45,11 @@ Monitoring access sets permissions for the following:
## Subscriptions and alerts
-This setting determines who can set up:
+This setting determines who can create:
- [Dashboard subscriptions](../dashboards/subscriptions)
- [Alerts](../questions/alerts)
-People will need to be in groups with either view or edit access to the collection that contains the dashboard or question to set up alerts. See [Collection permissions](../permissions/collections).
+People will need to be in groups with either view or edit access to the collection that contains the dashboard or question in order to set up alerts. See [Collection permissions](../permissions/collections).
+
+To prevent people from creating alerts and subscriptions, set the "Subscriptions and alerts" permission to "No".
diff --git a/_site/docs/master/api.json b/_site/docs/master/api.json
index e06564a864..21f3a328b1 100644
--- a/_site/docs/master/api.json
+++ b/_site/docs/master/api.json
@@ -11676,6 +11676,9 @@
"parameter_mappings" : {
"$ref" : "#/components/schemas/metabase.parameters.schema.parameter-mappings"
},
+ "embedding_type" : {
+ "type" : "string"
+ },
"name" : {
"type" : "string",
"minLength" : 1
@@ -13834,6 +13837,9 @@
"type" : "string",
"enum" : [ "fixed", "full" ]
},
+ "embedding_type" : {
+ "type" : "string"
+ },
"show_in_getting_started" : {
"type" : "boolean"
},
diff --git a/_site/docs/master/configuring-metabase/config-template.html b/_site/docs/master/configuring-metabase/config-template.html
index 4ce387331b..c0d3663add 100644
--- a/_site/docs/master/configuring-metabase/config-template.html
+++ b/_site/docs/master/configuring-metabase/config-template.html
@@ -5054,6 +5054,7 @@ Metabase config file template
health-check-logging-enabled: true
help-link: metabase
help-link-custom-destination: https://www.metabase.com/help/premium
+ hide-stacktraces: false
http-channel-host-strategy: external-only
humanization-strategy: simple
index-update-thread-count: 2
@@ -5114,6 +5115,9 @@ Metabase config file template
query-caching-max-kb: 2000
query-caching-max-ttl: 3024000.0
redirect-all-requests-to-https: false
+ remote-sync-auto-import: false
+ remote-sync-auto-import-rate: 5
+ remote-sync-task-time-limit-ms: 300000
report-timezone: null
reset-token-ttl-hours: 48
retry-initial-interval: 500
@@ -5171,7 +5175,6 @@ Metabase config file template
synchronous-batch-updates: false
unaggregated-query-row-limit: null
uploads-settings: null
- use-tenants: false
user-visibility: all
diff --git a/_site/docs/master/configuring-metabase/environment-variables.html b/_site/docs/master/configuring-metabase/environment-variables.html
index 3c818d2d99..c0b190c0c1 100644
--- a/_site/docs/master/configuring-metabase/environment-variables.html
+++ b/_site/docs/master/configuring-metabase/environment-variables.html
@@ -5010,7 +5010,7 @@ Configuration file name: anon-tracking-enabled
-
@@ -5323,7 +5323,7 @@ MB_API_KEY10000
-
@@ -5817,6 +5817,16 @@ MB_EMAIL_REPLY_TO
+
+MB_HIDE_STACKTRACES
+
+
+falsehide-stacktracesMB_HTTP_CHANNEL_HOST_STRATEGY
@@ -6453,7 +6463,7 @@
@@ -6538,6 +6548,36 @@ MB_NOTIFICATION_SYSTEM_EVENT_THREAD_POOL_SIZE
+
+MB_REMOTE_SYNC_AUTO_IMPORT
+
+
+falseremote-sync-auto-import
+
+MB_REMOTE_SYNC_AUTO_IMPORT_RATE
+
+
+5remote-sync-auto-import-rate
+
+MB_REMOTE_SYNC_TASK_TIME_LIMIT_MS
+
+
+300000remote-sync-task-time-limit-msMB_REPORT_TIMEZONE
@@ -7008,7 +7048,7 @@
-Configuration file name: show-homepage-data
@@ -7292,20 +7332,6 @@ MB_SHOW_HOMEPAGE_XRAYS
-
-MB_USE_TENANTS
-
-
-
-
-
-falseuse-tenantsMB_USER_VISIBILITY
@@ -7364,7 +7390,7 @@
20
Limits the number of rows Metabase will display in tables sent with dashboard subscriptions and alerts. Range: 1-100. To limit the total number of rows included in the file attachment for an email dashboard subscription, use MB_UNAGGREGATED_QUERY_ROW_LIMIT.
+Limits the number of rows Metabase will display in tables sent with dashboard subscriptions and alerts. Range: 1-100. To limit the total number of rows included in the file attachment for an email dashboard subscription, use MB_ATTACHMENT_ROW_LIMIT.
MB_AUDIT_MAX_RETENTION_DAYS600000Timeout of Jetty async threads, defined in milliseconds. The default is 10 minutes. Few things might reach that timeout, since they return some type of data before, but things like CSV downloads might.
+Timeout of Jetty async threads, defined in milliseconds. The default is 10 minutes. Very few things might reach that timeout, since they return some type of data before, but things like CSV downloads might.
MB_JETTY_DAEMONThis setting determines who can set up:
+This setting determines who can create:
-People will need to be in groups with either view or edit access to the collection that contains the dashboard or question to set up alerts. See Collection permissions.
+People will need to be in groups with either view or edit access to the collection that contains the dashboard or question in order to set up alerts. See Collection permissions.
+ +To prevent people from creating alerts and subscriptions, set the “Subscriptions and alerts” permission to “No”.