Skip to content

[auto-build] backport-55-909354fe891069b8616cf5f2631cf2bac5f50834 -> release-x.55.x #364

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 5 additions & 0 deletions _docs/latest/developers-guide/driver-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ latest: true

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

## Metabase 0.55.9

- Add multi-method `driver/do-with-resilient-connection` for executing functions in a context where closed connections may be automatically reopened


## Metabase 0.55.0

- Add the multi-method `->date` that allows the driver to control how to cast strings and temporal types to dates.
Expand Down
123 changes: 123 additions & 0 deletions _docs/latest/embedding/sdk/api/InteractiveQuestion.html

Large diffs are not rendered by default.

71 changes: 71 additions & 0 deletions _docs/latest/embedding/sdk/api/StaticQuestion.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _docs/latest/embedding/sdk/api/assets/navigation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion _docs/latest/embedding/sdk/api/assets/search.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _docs/latest/embedding/sdk/api/index.html

Large diffs are not rendered by default.

36 changes: 36 additions & 0 deletions _docs/latest/embedding/sdk/api/snippets/InteractiveQuestion.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
version: v0.55
has_magic_breadcrumbs: true
show_category_breadcrumb: true
show_title_breadcrumb: true
category: Embedding
title: InteractiveQuestion
source_url: >-
https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/InteractiveQuestion.md
layout: new-docs
latest: true
---

```ts
function InteractiveQuestion(props: InteractiveQuestionProps): Element;
```

A question component with drill-downs enabled.

## Parameters

<!-- [<snippet parameters>] -->

| Parameter | Type |
| :-------- | :-------------------------------------------------------------- |
| `props` | [`InteractiveQuestionProps`](./api/InteractiveQuestionProps) |

<!-- [<endsnippet parameters>] -->

## Returns

<!-- [<snippet returns>] -->

[`Element`](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/0b728411cd1dfb4bd26992bb35a73cf8edaa22e7/types/react/jsx-runtime.d.ts#L6)

<!-- [<endsnippet returns>] -->
37 changes: 37 additions & 0 deletions _docs/latest/embedding/sdk/api/snippets/StaticQuestion.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
version: v0.55
has_magic_breadcrumbs: true
show_category_breadcrumb: true
show_title_breadcrumb: true
category: Embedding
title: StaticQuestion
source_url: >-
https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/StaticQuestion.md
layout: new-docs
latest: true
---

```ts
function StaticQuestion(__namedParameters: StaticQuestionProps): null | Element;
```

A question component without drill-downs.

## Parameters

<!-- [<snippet parameters>] -->

| Parameter | Type |
| :------------------ | :---------------------------------------------------- |
| `__namedParameters` | [`StaticQuestionProps`](./api/StaticQuestionProps) |

<!-- [<endsnippet parameters>] -->

## Returns

<!-- [<snippet returns>] -->

\| `null`
\| [`Element`](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/0b728411cd1dfb4bd26992bb35a73cf8edaa22e7/types/react/index.d.ts#L4313)

<!-- [<endsnippet returns>] -->
54 changes: 28 additions & 26 deletions _docs/latest/embedding/sdk/api/snippets/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,29 +47,30 @@ latest: true

## InteractiveQuestion

| Name | Description |
| :------------------------------------------------------------------------------------------------------------ | :----------------------------------- |
| [DrillThroughQuestionProps](./api/DrillThroughQuestionProps) | Props for the drill-through question |
| [InteractiveQuestionEditorButtonProps](./api/InteractiveQuestionEditorButtonProps) | - |
| [InteractiveQuestionEditorProps](./api/InteractiveQuestionEditorProps) | - |
| [InteractiveQuestionProps](./api/InteractiveQuestionProps) | - |
| [InteractiveQuestionQuestionSettingsDropdownProps](./api/InteractiveQuestionQuestionSettingsDropdownProps) | - |
| [InteractiveQuestionQuestionVisualizationProps](./api/InteractiveQuestionQuestionVisualizationProps) | - |
| [InteractiveQuestionResetButtonProps](./api/InteractiveQuestionResetButtonProps) | - |
| [InteractiveQuestionSaveQuestionFormProps](./api/InteractiveQuestionSaveQuestionFormProps) | - |
| [InteractiveQuestionTitleProps](./api/InteractiveQuestionTitleProps) | - |
| [SdkQuestionProps](./api/SdkQuestionProps) | - |
| [InteractiveQuestionBackButtonProps](./api/InteractiveQuestionBackButtonProps) | - |
| [InteractiveQuestionBreakoutDropdownProps](./api/InteractiveQuestionBreakoutDropdownProps) | - |
| [InteractiveQuestionChartTypeDropdownProps](./api/InteractiveQuestionChartTypeDropdownProps) | - |
| [InteractiveQuestionChartTypeSelectorProps](./api/InteractiveQuestionChartTypeSelectorProps) | - |
| [InteractiveQuestionDownloadWidgetDropdownProps](./api/InteractiveQuestionDownloadWidgetDropdownProps) | - |
| [InteractiveQuestionDownloadWidgetProps](./api/InteractiveQuestionDownloadWidgetProps) | - |
| [InteractiveQuestionFilterDropdownProps](./api/InteractiveQuestionFilterDropdownProps) | - |
| [InteractiveQuestionFilterProps](./api/InteractiveQuestionFilterProps) | - |
| [InteractiveQuestionQuestionSettingsProps](./api/InteractiveQuestionQuestionSettingsProps) | - |
| [InteractiveQuestionSaveButtonProps](./api/InteractiveQuestionSaveButtonProps) | - |
| [InteractiveQuestionSummarizeDropdownProps](./api/InteractiveQuestionSummarizeDropdownProps) | - |
| Name | Description |
| :------------------------------------------------------------------------------------------------------------ | :--------------------------------------------- |
| [InteractiveQuestion](./api/InteractiveQuestion) | A question component with drill-downs enabled. |
| [DrillThroughQuestionProps](./api/DrillThroughQuestionProps) | Props for the drill-through question |
| [InteractiveQuestionEditorButtonProps](./api/InteractiveQuestionEditorButtonProps) | - |
| [InteractiveQuestionEditorProps](./api/InteractiveQuestionEditorProps) | - |
| [InteractiveQuestionProps](./api/InteractiveQuestionProps) | - |
| [InteractiveQuestionQuestionSettingsDropdownProps](./api/InteractiveQuestionQuestionSettingsDropdownProps) | - |
| [InteractiveQuestionQuestionVisualizationProps](./api/InteractiveQuestionQuestionVisualizationProps) | - |
| [InteractiveQuestionResetButtonProps](./api/InteractiveQuestionResetButtonProps) | - |
| [InteractiveQuestionSaveQuestionFormProps](./api/InteractiveQuestionSaveQuestionFormProps) | - |
| [InteractiveQuestionTitleProps](./api/InteractiveQuestionTitleProps) | - |
| [SdkQuestionProps](./api/SdkQuestionProps) | - |
| [InteractiveQuestionBackButtonProps](./api/InteractiveQuestionBackButtonProps) | - |
| [InteractiveQuestionBreakoutDropdownProps](./api/InteractiveQuestionBreakoutDropdownProps) | - |
| [InteractiveQuestionChartTypeDropdownProps](./api/InteractiveQuestionChartTypeDropdownProps) | - |
| [InteractiveQuestionChartTypeSelectorProps](./api/InteractiveQuestionChartTypeSelectorProps) | - |
| [InteractiveQuestionDownloadWidgetDropdownProps](./api/InteractiveQuestionDownloadWidgetDropdownProps) | - |
| [InteractiveQuestionDownloadWidgetProps](./api/InteractiveQuestionDownloadWidgetProps) | - |
| [InteractiveQuestionFilterDropdownProps](./api/InteractiveQuestionFilterDropdownProps) | - |
| [InteractiveQuestionFilterProps](./api/InteractiveQuestionFilterProps) | - |
| [InteractiveQuestionQuestionSettingsProps](./api/InteractiveQuestionQuestionSettingsProps) | - |
| [InteractiveQuestionSaveButtonProps](./api/InteractiveQuestionSaveButtonProps) | - |
| [InteractiveQuestionSummarizeDropdownProps](./api/InteractiveQuestionSummarizeDropdownProps) | - |

## MetabaseProvider

Expand All @@ -91,9 +92,10 @@ latest: true

## StaticQuestion

| Interface | Description |
| :-------------------------------------------------- | :---------- |
| [StaticQuestionProps](./api/StaticQuestionProps) | - |
| Name | Description |
| :-------------------------------------------------- | :---------------------------------------- |
| [StaticQuestion](./api/StaticQuestion) | A question component without drill-downs. |
| [StaticQuestionProps](./api/StaticQuestionProps) | - |

## other

Expand Down
5 changes: 5 additions & 0 deletions _docs/v0.55/developers-guide/driver-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ layout: new-docs

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

## Metabase 0.55.9

- Add multi-method `driver/do-with-resilient-connection` for executing functions in a context where closed connections may be automatically reopened


## Metabase 0.55.0

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