Skip to content

Commit 50b8ddc

Browse files
github-automation-metabaseMetabase Docs bot
andauthored
[auto] adding content to rolodato-patch-2->master (#360)
Co-authored-by: Metabase Docs bot <[email protected]>
1 parent 0cc9af0 commit 50b8ddc

File tree

15 files changed

+515
-34
lines changed

15 files changed

+515
-34
lines changed

_docs/master/databases/sync-scan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ LIMIT 0
140140

141141
By default, this query runs against your database during setup and again every hour. This scanning query is fast with most relational databases but can be slower with MongoDB and some [community-built database drivers](../developers-guide/community-drivers). Syncing can't be turned off completely, otherwise Metabase wouldn't work.
142142

143-
Here's the kind of data that syncs get and why:
143+
Here's the kind of data that gets synced and why:
144144

145145
| What | Why |
146146
| ---------------- | -------------------------------------------- |

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

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

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

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

_docs/master/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/master/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/master/embedding/sdk/api/index.html

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

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

Lines changed: 28 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -45,29 +45,30 @@ layout: new-docs
4545

4646
## InteractiveQuestion
4747

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

7273
## MetabaseProvider
7374

@@ -83,9 +84,10 @@ layout: new-docs
8384

8485
## StaticQuestion
8586

86-
| Interface | Description |
87-
| :-------------------------------------------------- | :---------- |
88-
| [StaticQuestionProps](./api/StaticQuestionProps) | - |
87+
| Name | Description |
88+
| :-------------------------------------------------- | :---------------------------------------- |
89+
| [StaticQuestion](./api/StaticQuestion) | A question component without drill-downs. |
90+
| [StaticQuestionProps](./api/StaticQuestionProps) | - |
8991

9092
## other
9193

_site/docs/master/databases/sync-scan.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4877,7 +4877,7 @@ <h2 id="how-database-syncs-work">How database syncs work</h2>
48774877

48784878
<p>By default, this query runs against your database during setup and again every hour. This scanning query is fast with most relational databases but can be slower with MongoDB and some <a href="../developers-guide/community-drivers">community-built database drivers</a>. Syncing can’t be turned off completely, otherwise Metabase wouldn’t work.</p>
48794879

4880-
<p>Here’s the kind of data that syncs get and why:</p>
4880+
<p>Here’s the kind of data that gets synced and why:</p>
48814881

48824882
<table>
48834883
<thead>

0 commit comments

Comments
 (0)