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

Updated starters to return project run output #235

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

ElenaKhaustova
Copy link
Contributor

Motivation and Context

Updated starters to return project run output in the interactive environment

Follows kedro-org/kedro#4139

Solves kedro-org/kedro#2681

How has this been tested?

  1. kedro package
  2. pip install dist/<package>
  3. ipython
  4. import <package>
  5. from <package>.__main__ import main()
  6. main()
  7. your project will run and return session.run() output

Checklist

  • Opened this PR as a 'Draft Pull Request' if it is work-in-progress
  • Assigned myself to the PR
  • Added tests to cover my changes

Copy link
Contributor

@ankatiyar ankatiyar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested locally! 👍🏾

@ElenaKhaustova ElenaKhaustova merged commit a64127a into main Sep 5, 2024
23 checks passed
@ElenaKhaustova ElenaKhaustova deleted the feature/2681-kedro-project-return-result branch September 5, 2024 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants