Skip to content

Commit 5e9aa1d

Browse files
github-automation-metabaseMetabase Docs bot
andauthored
[auto] adding content to backport-55-06712c46e53b60a4fce27819cdc2b779b5b9ed60->release-x.55.x (#367)
Co-authored-by: Metabase Docs bot <[email protected]>
1 parent b2ffa1e commit 5e9aa1d

File tree

584 files changed

+63662
-17242
lines changed

Some content is hidden

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

584 files changed

+63662
-17242
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ latest: true
3636

3737
- Added a feature `:expressions/today` for drivers that support generating a date for the current day.
3838

39+
## Metabase 0.55.9
40+
41+
- Add multi-method `driver/do-with-resilient-connection` for executing functions in a context where closed connections may be automatically reopened
42+
43+
3944
## Metabase 0.55.0
4045

4146
- Add the multi-method `->date` that allows the driver to control how to cast strings and temporal types to dates.

_docs/latest/embedding/sdk/api/InteractiveQuestion.html

Lines changed: 123 additions & 0 deletions
Large diffs are not rendered by default.

_docs/latest/embedding/sdk/api/StaticQuestion.html

Lines changed: 71 additions & 0 deletions
Large diffs are not rendered by default.

_docs/latest/embedding/sdk/api/assets/navigation.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_docs/latest/embedding/sdk/api/assets/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_docs/latest/embedding/sdk/api/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
version: v0.55
3+
has_magic_breadcrumbs: true
4+
show_category_breadcrumb: true
5+
show_title_breadcrumb: true
6+
category: Embedding
7+
title: InteractiveQuestion
8+
source_url: >-
9+
https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/InteractiveQuestion.md
10+
layout: new-docs
11+
latest: true
12+
---
13+
14+
```ts
15+
function InteractiveQuestion(props: InteractiveQuestionProps): Element;
16+
```
17+
18+
A question component with drill-downs enabled.
19+
20+
## Parameters
21+
22+
<!-- [<snippet parameters>] -->
23+
24+
| Parameter | Type |
25+
| :-------- | :-------------------------------------------------------------- |
26+
| `props` | [`InteractiveQuestionProps`](./api/InteractiveQuestionProps) |
27+
28+
<!-- [<endsnippet parameters>] -->
29+
30+
## Returns
31+
32+
<!-- [<snippet returns>] -->
33+
34+
[`Element`](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/0b728411cd1dfb4bd26992bb35a73cf8edaa22e7/types/react/jsx-runtime.d.ts#L6)
35+
36+
<!-- [<endsnippet returns>] -->
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
version: v0.55
3+
has_magic_breadcrumbs: true
4+
show_category_breadcrumb: true
5+
show_title_breadcrumb: true
6+
category: Embedding
7+
title: StaticQuestion
8+
source_url: >-
9+
https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/StaticQuestion.md
10+
layout: new-docs
11+
latest: true
12+
---
13+
14+
```ts
15+
function StaticQuestion(__namedParameters: StaticQuestionProps): null | Element;
16+
```
17+
18+
A question component without drill-downs.
19+
20+
## Parameters
21+
22+
<!-- [<snippet parameters>] -->
23+
24+
| Parameter | Type |
25+
| :------------------ | :---------------------------------------------------- |
26+
| `__namedParameters` | [`StaticQuestionProps`](./api/StaticQuestionProps) |
27+
28+
<!-- [<endsnippet parameters>] -->
29+
30+
## Returns
31+
32+
<!-- [<snippet returns>] -->
33+
34+
\| `null`
35+
\| [`Element`](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/0b728411cd1dfb4bd26992bb35a73cf8edaa22e7/types/react/index.d.ts#L4313)
36+
37+
<!-- [<endsnippet returns>] -->

_docs/latest/embedding/sdk/api/snippets/index.md

Lines changed: 28 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -47,29 +47,30 @@ latest: true
4747

4848
## InteractiveQuestion
4949

50-
| Name | Description |
51-
| :------------------------------------------------------------------------------------------------------------ | :----------------------------------- |
52-
| [DrillThroughQuestionProps](./api/DrillThroughQuestionProps) | Props for the drill-through question |
53-
| [InteractiveQuestionEditorButtonProps](./api/InteractiveQuestionEditorButtonProps) | - |
54-
| [InteractiveQuestionEditorProps](./api/InteractiveQuestionEditorProps) | - |
55-
| [InteractiveQuestionProps](./api/InteractiveQuestionProps) | - |
56-
| [InteractiveQuestionQuestionSettingsDropdownProps](./api/InteractiveQuestionQuestionSettingsDropdownProps) | - |
57-
| [InteractiveQuestionQuestionVisualizationProps](./api/InteractiveQuestionQuestionVisualizationProps) | - |
58-
| [InteractiveQuestionResetButtonProps](./api/InteractiveQuestionResetButtonProps) | - |
59-
| [InteractiveQuestionSaveQuestionFormProps](./api/InteractiveQuestionSaveQuestionFormProps) | - |
60-
| [InteractiveQuestionTitleProps](./api/InteractiveQuestionTitleProps) | - |
61-
| [SdkQuestionProps](./api/SdkQuestionProps) | - |
62-
| [InteractiveQuestionBackButtonProps](./api/InteractiveQuestionBackButtonProps) | - |
63-
| [InteractiveQuestionBreakoutDropdownProps](./api/InteractiveQuestionBreakoutDropdownProps) | - |
64-
| [InteractiveQuestionChartTypeDropdownProps](./api/InteractiveQuestionChartTypeDropdownProps) | - |
65-
| [InteractiveQuestionChartTypeSelectorProps](./api/InteractiveQuestionChartTypeSelectorProps) | - |
66-
| [InteractiveQuestionDownloadWidgetDropdownProps](./api/InteractiveQuestionDownloadWidgetDropdownProps) | - |
67-
| [InteractiveQuestionDownloadWidgetProps](./api/InteractiveQuestionDownloadWidgetProps) | - |
68-
| [InteractiveQuestionFilterDropdownProps](./api/InteractiveQuestionFilterDropdownProps) | - |
69-
| [InteractiveQuestionFilterProps](./api/InteractiveQuestionFilterProps) | - |
70-
| [InteractiveQuestionQuestionSettingsProps](./api/InteractiveQuestionQuestionSettingsProps) | - |
71-
| [InteractiveQuestionSaveButtonProps](./api/InteractiveQuestionSaveButtonProps) | - |
72-
| [InteractiveQuestionSummarizeDropdownProps](./api/InteractiveQuestionSummarizeDropdownProps) | - |
50+
| Name | Description |
51+
| :------------------------------------------------------------------------------------------------------------ | :--------------------------------------------- |
52+
| [InteractiveQuestion](./api/InteractiveQuestion) | A question component with drill-downs enabled. |
53+
| [DrillThroughQuestionProps](./api/DrillThroughQuestionProps) | Props for the drill-through question |
54+
| [InteractiveQuestionEditorButtonProps](./api/InteractiveQuestionEditorButtonProps) | - |
55+
| [InteractiveQuestionEditorProps](./api/InteractiveQuestionEditorProps) | - |
56+
| [InteractiveQuestionProps](./api/InteractiveQuestionProps) | - |
57+
| [InteractiveQuestionQuestionSettingsDropdownProps](./api/InteractiveQuestionQuestionSettingsDropdownProps) | - |
58+
| [InteractiveQuestionQuestionVisualizationProps](./api/InteractiveQuestionQuestionVisualizationProps) | - |
59+
| [InteractiveQuestionResetButtonProps](./api/InteractiveQuestionResetButtonProps) | - |
60+
| [InteractiveQuestionSaveQuestionFormProps](./api/InteractiveQuestionSaveQuestionFormProps) | - |
61+
| [InteractiveQuestionTitleProps](./api/InteractiveQuestionTitleProps) | - |
62+
| [SdkQuestionProps](./api/SdkQuestionProps) | - |
63+
| [InteractiveQuestionBackButtonProps](./api/InteractiveQuestionBackButtonProps) | - |
64+
| [InteractiveQuestionBreakoutDropdownProps](./api/InteractiveQuestionBreakoutDropdownProps) | - |
65+
| [InteractiveQuestionChartTypeDropdownProps](./api/InteractiveQuestionChartTypeDropdownProps) | - |
66+
| [InteractiveQuestionChartTypeSelectorProps](./api/InteractiveQuestionChartTypeSelectorProps) | - |
67+
| [InteractiveQuestionDownloadWidgetDropdownProps](./api/InteractiveQuestionDownloadWidgetDropdownProps) | - |
68+
| [InteractiveQuestionDownloadWidgetProps](./api/InteractiveQuestionDownloadWidgetProps) | - |
69+
| [InteractiveQuestionFilterDropdownProps](./api/InteractiveQuestionFilterDropdownProps) | - |
70+
| [InteractiveQuestionFilterProps](./api/InteractiveQuestionFilterProps) | - |
71+
| [InteractiveQuestionQuestionSettingsProps](./api/InteractiveQuestionQuestionSettingsProps) | - |
72+
| [InteractiveQuestionSaveButtonProps](./api/InteractiveQuestionSaveButtonProps) | - |
73+
| [InteractiveQuestionSummarizeDropdownProps](./api/InteractiveQuestionSummarizeDropdownProps) | - |
7374

7475
## MetabaseProvider
7576

@@ -91,9 +92,10 @@ latest: true
9192

9293
## StaticQuestion
9394

94-
| Interface | Description |
95-
| :-------------------------------------------------- | :---------- |
96-
| [StaticQuestionProps](./api/StaticQuestionProps) | - |
95+
| Name | Description |
96+
| :-------------------------------------------------- | :---------------------------------------- |
97+
| [StaticQuestion](./api/StaticQuestion) | A question component without drill-downs. |
98+
| [StaticQuestionProps](./api/StaticQuestionProps) | - |
9799

98100
## other
99101

_docs/latest/permissions/database-routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ With database routing, an admin can build a question once using one database, an
2222

2323
Database routing is useful for:
2424

25-
- Managing embedding setups where each customer has their own database with identical schemas.
25+
- Managing interactive embedding setups where each customer has their own database with identical schemas.
2626
- Switching between dev and prod data warehouses.
2727
- Changing the target data warehouse for certain teams.
2828
- Managing separate connections to the same data warehouse, with each connection having separate privileges. This connection management is akin to [connection impersonation](./impersonation) for databases that prevent the same connection from changing roles.

0 commit comments

Comments
 (0)