Skip to content
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

Make packaged kedro project return session.run() output #4139

Merged
merged 13 commits into from
Sep 5, 2024
Prev Previous commit
Next Next commit
Update docs/source/tutorial/package_a_project.md
Apply suggested change

Co-authored-by: Merel Theisen <49397448+merelcht@users.noreply.github.com>
Signed-off-by: ElenaKhaustova <157851531+ElenaKhaustova@users.noreply.github.com>
  • Loading branch information
ElenaKhaustova and merelcht committed Sep 5, 2024
commit ce4742f8fcaeb1dc8784b8569d689a73b555c129
2 changes: 1 addition & 1 deletion docs/source/tutorial/package_a_project.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ main(
This is equivalent to `python -m <package_name>` at the command line, and you can pass in all the arguments that correspond to the options described by `python -m <package_name> --help`.

```{note}
If you run the packaged project in the interactive environment like ipython or Databricks you can also consume the output of the `main()`
If you run the packaged project in the interactive environment like IPython or Databricks you can also consume the output of the `main()`
which returns the `session.run()` output.
```

Expand Down
Loading