Skip to content

Commit

Permalink
fix broken markdown table in documentation (#3835)
Browse files Browse the repository at this point in the history
Signed-off-by: cleeeks <78616916+cleeeks@users.noreply.github.com>
Co-authored-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
  • Loading branch information
cleeeks and astrojuanlu authored May 8, 2024
1 parent b82c681 commit c8a0e22
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/source/notebooks_and_ipython/kedro_and_notebooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,7 @@ You can also specify the following optional arguments for `session.run`:
| `to_nodes` | `Iterable[str]` | A list of node names which should be used as an end point |
| `from_inputs` | `Iterable[str]` | A list of dataset names which should be used as a starting point |
| `to_outputs` | `Iterable[str]` | A list of dataset names which should be used as an end point |
| `load_versions` | `Dict[str, str]` | A mapping of a dataset name to a specific dataset version (timestamp) for loading. Applies to versioned datasets
|
| `load_versions` | `Dict[str, str]` | A mapping of a dataset name to a specific dataset version (timestamp) for loading. Applies to versioned datasets |
| `pipeline_name` | `str` | Name of the modular pipeline to run. Must be one of those returned by the `register_pipelines` function in `src/<package_name>/pipeline_registry.py` |

You can execute one *successful* run per session, as there's a one-to-one mapping between a session and a run. If you wish to do more than one run, you'll have to run `%reload_kedro` line magic to get a new `session`.
Expand Down

0 comments on commit c8a0e22

Please sign in to comment.