Skip to content

Commit

Permalink
docs: added pictures to grouping docs and changed note to warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Lasica committed Nov 22, 2023
1 parent 9973cd8 commit 71ff26d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions docs/source/02_installation/02_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,21 @@ This grouping class is used during pipeline translation at plugin pipeline gener
- `dependencies` - which defines child-parent relation of all groups in `node_mapping`.
`Grouping` class also validates dependencies upon creation to check whether the grouping is valid. That means it does not introduce a cycle in dependencies graph.

````{note}
Make sure that all nodes in pipeline have names and their names are unique within the pipeline when using this feature.
````{warning}
Make sure that all nodes in pipeline have names and their names are unique within the pipeline when using this feature, as grouping class and VertexAI nodes naming depend on it.
````

### Example

Here you can see how standard spaceflights changes after enabling the grouping feature configured with `TagNodeGrouper`, when using the following tagging (view from kedro viz):

![Vertex AI Pipeline](grouped_kedro_viz.png)

We get the following result:

![Vertex AI Pipeline](grouping_visualisation.png)


## Resources configuration

Optional `resources` and `node_selectors` sections enable adjustment of the resources reservations and limits for the
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 71ff26d

Please sign in to comment.