Skip to content

Commit

Permalink
address PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi-kumar-pilla committed Sep 5, 2024
1 parent 0281f07 commit f92c425
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/source/cli-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ kedro viz run [OPTIONS]
- `--params <params>`
- Specify extra parameters for the Kedro Viz run. This option supports the same format as the `params` option in the Kedro CLI.

- `--lite`
- An experimental flag to open Kedro-Viz with missing Kedro project dependencies.


```{note}
When running Kedro Viz locally with the `--autoreload` option, the server will automatically restart whenever there are changes to Python, YAML, or JSON files in the Kedro project. This is particularly useful during development.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/kedro-viz_visualisation.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ kedro viz run --lite
Some of the known limitations while using `--lite` flag:

* If the datasets are not resolved, they will be defaulted to `MemoryDataset`.
* If the datasets are not resolved, they will be defaulted to a custom dataset `UnavailableDataset`.
* The flowchart will not show the layers information for the datasets.
* Experiment Tracking will not work if the pre-requisite of having kedro-datasets version 2.1.0 and above is not met.

Expand Down
2 changes: 1 addition & 1 deletion package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ Options:
keys by '.', example: param_group.param1:value1.

--lite An experimental flag to open Kedro-Viz with missing Kedro
project dependencies
project dependencies.

-h, --help Show this message and exit.
```
Expand Down

0 comments on commit f92c425

Please sign in to comment.