Skip to content

Commit

Permalink
kedro-viz version updated to 9.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jitendra Gundaniya <[email protected]>
  • Loading branch information
jitu5 committed May 30, 2024
1 parent 44fc7bf commit 16d593c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/source/platform_agnostic_sharing_with_kedro_viz.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ kedro viz build
```

```{note}
Starting from Kedro-Viz 9.1.0, previews are disabled by default for `kedro viz build`. To enable previews for all nodes of the datasets, use the `--include-preview` flag.
Starting from Kedro-Viz 9.2.0, previews are disabled by default for `kedro viz build`. To enable previews for all nodes of the datasets, use the `--include-preview` flag.
```

This creates a `build` folder containing your Kedro-Viz app package in your project directory.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/preview_datasets.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ companies:
```
```{note}
Starting from Kedro-Viz 9.1.0, previews are disabled by default for the CLI commands `kedro viz deploy` and `kedro viz build`. You can control this behavior using the `--include-preview` flag with these commands. For `kedro viz run`, previews are enabled by default and can be controlled from the publish modal dialog, refer to the [Publish and share](./share_kedro_viz) for more instructions.
Starting from Kedro-Viz 9.2.0, previews are disabled by default for the CLI commands `kedro viz deploy` and `kedro viz build`. You can control this behavior using the `--include-preview` flag with these commands. For `kedro viz run`, previews are enabled by default and can be controlled from the publish modal dialog, refer to the [Publish and share](./share_kedro_viz) for more instructions.
```
2 changes: 1 addition & 1 deletion docs/source/publish_and_share_kedro_viz_on_aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ kedro viz deploy --region=[aws-bucket-region] --bucket-name=[aws-bucket-name]
```

```{note}
Starting from Kedro-Viz 9.1.0, previews are disabled by default for `kedro viz deploy`. To enable previews for all nodes of the datasets, use the `--include-preview` flag.
Starting from Kedro-Viz 9.2.0, previews are disabled by default for `kedro viz deploy`. To enable previews for all nodes of the datasets, use the `--include-preview` flag.
```

## Permissions and access control
Expand Down
2 changes: 1 addition & 1 deletion docs/source/publish_and_share_kedro_viz_on_azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ kedro viz deploy --platform=azure --endpoint=[azure-endpoint] --bucket-name=[azu
```

```{note}
Starting from Kedro-Viz 9.1.0, previews are disabled by default for `kedro viz deploy`. To enable previews for all nodes of the datasets, use the `--include-preview` flag.
Starting from Kedro-Viz 9.2.0, previews are disabled by default for `kedro viz deploy`. To enable previews for all nodes of the datasets, use the `--include-preview` flag.
```

## Permissions and access control
Expand Down
2 changes: 1 addition & 1 deletion docs/source/publish_and_share_kedro_viz_on_gcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ kedro viz deploy --platform=gcp --endpoint=[gcp-endpoint] --bucket-name=[gcp-buc
```

```{note}
Starting from Kedro-Viz 9.1.0, previews are disabled by default for `kedro viz deploy`. To enable previews for all nodes of the datasets, use the `--include-preview` flag.
Starting from Kedro-Viz 9.2.0, previews are disabled by default for `kedro viz deploy`. To enable previews for all nodes of the datasets, use the `--include-preview` flag.
```

## Permissions and access control
Expand Down

0 comments on commit 16d593c

Please sign in to comment.