Skip to content

Commit 177c54d

Browse files
github-automation-metabaseMetabase Docs bot
andauthored
[auto] adding content to master->master (#802)
Co-authored-by: Metabase Docs bot <[email protected]>
1 parent dbc759d commit 177c54d

File tree

65 files changed

+143
-168
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+143
-168
lines changed

_docs/master/api.json

Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -16252,7 +16252,7 @@
1625216252
"required" : true,
1625316253
"schema" : {
1625416254
"type" : "string",
16255-
"enum" : [ "metabase-ai", "python-execution" ]
16255+
"enum" : [ "metabase-ai", "metabase-ai-tiered", "python-execution" ]
1625616256
}
1625716257
} ],
1625816258
"responses" : {
@@ -16272,6 +16272,9 @@
1627216272
"schema" : {
1627316273
"type" : "object",
1627416274
"properties" : {
16275+
"quantity" : {
16276+
"type" : "integer"
16277+
},
1627516278
"terms_of_service" : {
1627616279
"type" : "boolean"
1627716280
}
@@ -20141,7 +20144,7 @@
2014120144
},
2014220145
"remote-sync-type" : {
2014320146
"type" : "string",
20144-
"enum" : [ "production", "development" ]
20147+
"enum" : [ "read-only", "read-write" ]
2014520148
},
2014620149
"remote-sync-url" : {
2014720150
"type" : "string"
@@ -28674,25 +28677,6 @@
2867428677
"tags" : [ "/api/setup" ]
2867528678
}
2867628679
},
28677-
"/api/setup/user_defaults" : {
28678-
"get" : {
28679-
"summary" : "GET /api/setup/user_defaults",
28680-
"description" : "Returns object containing default user details for initial setup, if configured,\n and if the provided token value matches the token in the configuration value.",
28681-
"parameters" : [ ],
28682-
"responses" : {
28683-
"2XX" : {
28684-
"description" : "Successful response"
28685-
},
28686-
"4XX" : {
28687-
"description" : "Client error response"
28688-
},
28689-
"5XX" : {
28690-
"description" : "Server error response"
28691-
}
28692-
},
28693-
"tags" : [ "/api/setup" ]
28694-
}
28695-
},
2869628680
"/api/slack/bug-report" : {
2869728681
"post" : {
2869828682
"summary" : "POST /api/slack/bug-report",
@@ -30788,4 +30772,4 @@
3078830772
"url" : "http://localhost:3000",
3078930773
"description" : "Localhost"
3079030774
} ]
30791-
}
30775+
}

_docs/master/configuring-metabase/config-template.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ config:
216216
not-behind-proxy: false
217217
notification-link-base-url: null
218218
notification-system-event-thread-pool-size: 5
219+
notification-temp-file-size-max-bytes: 10485760
219220
notification-thread-pool-size: 3
220221
persisted-model-refresh-cron-schedule: 0 0 0/6 * * ? *
221222
persisted-models-enabled: false

_docs/master/configuring-metabase/environment-variables.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1336,15 +1336,15 @@ Force all traffic to use HTTPS via a redirect, if the site URL is HTTPS.
13361336
- Default: `false`
13371337
- [Configuration file name](./config-file): `remote-sync-auto-import`
13381338

1339-
Whether to automatically import from the remote git repository. Only applies if remote-sync-type is :production.
1339+
Whether to automatically import from the remote git repository. Only applies if remote-sync-type is :read-only.
13401340

13411341
### `MB_REMOTE_SYNC_AUTO_IMPORT_RATE`
13421342

13431343
- Type: integer
13441344
- Default: `5`
13451345
- [Configuration file name](./config-file): `remote-sync-auto-import-rate`
13461346

1347-
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.
1347+
If remote-sync-type is :read-only and remote-sync-auto-import is true, the rate (in minutes) at which to check for updates to import. Defaults to 5.
13481348

13491349
### `MB_REMOTE_SYNC_TASK_TIME_LIMIT_MS`
13501350

@@ -1606,7 +1606,7 @@ Used for encrypting and checking whether SDK requests are signed.
16061606
- Default: `null`
16071607

16081608
When using the appdb engine against postgresql, override the language used for stemming in to_tsvector.
1609-
Value must be a valid configured langauge option in your database such as 'english' or 'simple'.
1609+
Value must be a valid configured language option in your database such as 'english' or 'simple'.
16101610

16111611
### `MB_SEARCH_TYPEAHEAD_ENABLED`
16121612

_docs/master/configuring-metabase/localization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,4 @@ This setting doesn't affect [SQL queries](../questions/native-editor/writing-sql
146146

147147
## Localizing embedded Metabase
148148

149-
You can tranlate both Metabase UI elements (like button labels) and content (like dashboard names) in static embeds. See [Setting the language for static embeds](../embedding/static-embedding-parameters#setting-the-language-for-a-static-embed) and [Translating embedded dashboards and questions](../embedding/translations).
149+
You can translate both Metabase UI elements (like button labels) and content (like dashboard names) in static embeds. See [Setting the language for static embeds](../embedding/static-embedding-parameters#setting-the-language-for-a-static-embed) and [Translating embedded dashboards and questions](../embedding/translations).

_docs/master/data-modeling/json-unfolding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ If performance degrades, or you'd rather keep the JSON contained in the original
6262
4. Select the database that contains the field you want to update.
6363
5. Select the table that contains the field.
6464
6. Select the field containing the original JSON
65-
7. In the **Behavior** section, locate the **Unfold JSON** option and select **Yes** or **No**. If the column was unfolded, Metabase will have hidden this JSON columnn from view, so if you want the JSON column to be visible again, you'll need to change the column's visibility to **Everywhere**.
65+
7. In the **Behavior** section, locate the **Unfold JSON** option and select **Yes** or **No**. If the column was unfolded, Metabase will have hidden this JSON column from view, so if you want the JSON column to be visible again, you'll need to change the column's visibility to **Everywhere**.
6666
8. Scroll to the top and click the **Filter values** button and select **Re-scan this field**.
6767

6868
![Unfolded JSON setting](./images/unfold-json-setting.png)

_docs/master/databases/ssl-certificates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ You'll add an ampersand (`&`) to separate each parameter. For example, In the **
7272
sslmode=verify-full&sslrootcert=/path/to/certificate.pem
7373
```
7474

75-
Replace `/path/to/certifcate.pem` with the full path for the certificate you downloaded from your provider.
75+
Replace `/path/to/certificate.pem` with the full path for the certificate you downloaded from your provider.
7676

7777
You can learn more about [SSL support for PostgreSQL](https://www.postgresql.org/docs/current/libpq-ssl.html).
7878

_docs/master/databases/users-roles-privileges.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ GRANT analytics TO metabase;
7070
-- GRANT SELECT ON "your_table" IN SCHEMA "your_schema" TO analytics;
7171
```
7272

73-
Depending on how you use Metabase, you can also additonally grant:
73+
Depending on how you use Metabase, you can also additionally grant:
7474

7575
- `TEMPORARY` privileges to create temp tables.
7676
- `EXECUTE` privileges to use stored procedures or user-defined functions.

_docs/master/developers-guide/api-changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ layout: new-docs
8686
- `POST /api/user/:id/send_invite` has been removed.
8787
- `GET /:id/fields` now includes the Table ID.
8888

89-
- APIs under `/api/pulse` and `/api/alert` will be removed in a future version as we're tranitioning to a new architecture.
89+
- APIs under `/api/pulse` and `/api/alert` will be removed in a future version as we're transitioning to a new architecture.
9090

9191
## Metabase 0.51.0
9292

_docs/master/developers-guide/devenv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ several properties that can be set as environment variables or in a `deps.edn`.
183183
"-Dmb.db.pass="]}}}
184184
```
185185

186-
You could also pass a full conection string in as the `mb.db.connection.uri`:
186+
You could also pass a full connection string in as the `mb.db.connection.uri`:
187187

188188
```
189189
"-Dmb.db.connection.uri=postgres://<user>:<password>@localhost:5432/<dbname>"

_docs/master/developers-guide/driver-changelog.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -164,13 +164,13 @@ layout: new-docs
164164

165165
## Metabase 0.54.11
166166

167-
- The multimethods `metabase.driver.sql-jdbc.sync.interface/active-tables` and `metabase.driver.sql-jdbc.sync.interface/filtered-syncable-schemas`, aswell as the functions
167+
- The multimethods `metabase.driver.sql-jdbc.sync.interface/active-tables` and `metabase.driver.sql-jdbc.sync.interface/filtered-syncable-schemas`, as well as the functions
168168
`metabase.driver.sql-jdbc.sync.describe_database/fast-active-tables`, `metabase.driver.sql-jdbc.sync.describe_database/have-select-privilege-fn` and `metabase.driver.sql-jdbc.sync.describe_database/db-tables` now take a database spec instead of a `java.sql.Connection` object.
169169

170170
## Metabase 0.54.10
171171

172172
- Add `metabase.driver/table-known-to-not-exist?` for drivers to test if an exception is due to a query on a table that no longer exists
173-
- Add `metabase.driver.sql-jdbc/impl-table-known-to-not-exist?` for JDBC drivers. This is the implemenation of table-known-to-not-exist for jdbc and allows testing directly against `java.sql.SQLException` throwables without worrying about the exception cause chain.
173+
- Add `metabase.driver.sql-jdbc/impl-table-known-to-not-exist?` for JDBC drivers. This is the implementation of table-known-to-not-exist for jdbc and allows testing directly against `java.sql.SQLException` throwables without worrying about the exception cause chain.
174174

175175
## Metabase 0.54.0
176176

@@ -202,7 +202,7 @@ layout: new-docs
202202
## Metabase 0.53.12
203203

204204
- Add `metabase.driver/query-canceled?` for drivers to test if an exception is due to a query being canceled due to user action
205-
- Add `metabase.driver.sql-jdbc/impl-query-canceled?` for JDBC drivers. This is the implemenation of query-canceled for jdbc and allows testing directly against `java.sql.SQLException` throwables without worrying about the exception cause chain.
205+
- Add `metabase.driver.sql-jdbc/impl-query-canceled?` for JDBC drivers. This is the implementation of query-canceled for jdbc and allows testing directly against `java.sql.SQLException` throwables without worrying about the exception cause chain.
206206

207207
## Metabase 0.53.10
208208

@@ -648,7 +648,7 @@ layout: new-docs
648648
to be assigned to specific database roles which are set before any queries are executed, so that access to tables can
649649
be restricted at the database level instead of (or in conjunction with) Metabase's built-in permissions system.
650650

651-
- The multimethod `metabase.driver.sql-jdbc.sync.describe-table/get-table-pks` is changed to return a vector instea
651+
- The multimethod `metabase.driver.sql-jdbc.sync.describe-table/get-table-pks` is changed to return a vector instead
652652
of a set.
653653

654654
- The function `metabase.query-processor.timezone/report-timezone-id-if-supported` has been updated to take an additional
@@ -846,8 +846,8 @@ differences between the library versions.
846846

847847
**Note: we expect these breaking changes to be fixed before 0.46.0 ships. This will be updated if they are.**
848848

849-
The classes `metabase.util.honeysql_extensions.Identifer` and `metabase.util.honeysql_extensions.TypedHoneySQLForm`
850-
have been moved to `metabase.util.honey_sql_1.Identifer` and `metabase.util.honey_sql_1.TypedHoneySQLForm`,
849+
The classes `metabase.util.honeysql_extensions.Identifier` and `metabase.util.honeysql_extensions.TypedHoneySQLForm`
850+
have been moved to `metabase.util.honey_sql_1.Identifier` and `metabase.util.honey_sql_1.TypedHoneySQLForm`,
851851
respectively. On the off chance that your driver directly referencing these class names, you may need to update things
852852
to use the new class names.
853853

0 commit comments

Comments
 (0)