-
Notifications
You must be signed in to change notification settings - Fork 903
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
Make packaged kedro project return session.run()
output
#4139
Conversation
Signed-off-by: Elena Khaustova <[email protected]>
Signed-off-by: Elena Khaustova <[email protected]>
session.run
resultsession.run
output
session.run
outputsession.run()
output
Signed-off-by: Elena Khaustova <[email protected]>
I think you might need to make the same change in the blank project template as well - https://github.com/kedro-org/kedro/blob/main/kedro/templates/project/%7B%7B%20cookiecutter.repo_name%20%7D%7D/src/%7B%7B%20cookiecutter.python_package%20%7D%7D/__main__.py |
Signed-off-by: Elena Khaustova <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested locally! 👍🏾
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and works as expected! 👍 Left some small suggestions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @ElenaKhaustova! Added a couple of nitpicks to the docs and release notes
Apply suggested change Co-authored-by: Merel Theisen <[email protected]> Signed-off-by: ElenaKhaustova <[email protected]>
Apply suggested change Co-authored-by: Merel Theisen <[email protected]> Signed-off-by: ElenaKhaustova <[email protected]>
Apply suggested change Co-authored-by: Merel Theisen <[email protected]> Signed-off-by: ElenaKhaustova <[email protected]>
Signed-off-by: Elena Khaustova <[email protected]>
Signed-off-by: Elena Khaustova <[email protected]>
Signed-off-by: Elena Khaustova <[email protected]>
Signed-off-by: Elena Khaustova <[email protected]>
Description
Solves #2681
Should be reviewed and merged with: kedro-org/kedro-starters#235
Development notes
Modified project run command to return
session.run()
output in the interactive environmentDeveloper Certificate of Origin
We need all contributions to comply with the Developer Certificate of Origin (DCO). All commits must be signed off by including a
Signed-off-by
line in the commit message. See our wiki for guidance.If your PR is blocked due to unsigned commits, then you must follow the instructions under "Rebase the branch" on the GitHub Checks page for your PR. This will retroactively add the sign-off to all unsigned commits and allow the DCO check to pass.
Checklist
RELEASE.md
file