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

Fix kedro run on demo-project #1773

Merged
merged 2 commits into from
Mar 1, 2024
Merged

Fix kedro run on demo-project #1773

merged 2 commits into from
Mar 1, 2024

Conversation

rashidakanchwala
Copy link
Contributor

@rashidakanchwala rashidakanchwala commented Feb 29, 2024

Description

The Kedro CLI has undergone some modifications, leading to inconsistencies with our demo-project's cli.py file. Upon investigation, @ankatiyar discovered that this issue was because of outdated code within cli.py i.e.package_name argument for KedroSession.create().

@ankatiyar recommended removing cli.py file and it made sense because I am not sure why we had the file in the first place and removing it does not break anything.

Development notes

QA notes

Checklist

  • Read the contributing guidelines
  • Opened this PR as a 'Draft Pull Request' if it is work-in-progress
  • Updated the documentation to reflect the code changes
  • Added new entries to the RELEASE.md file
  • Added tests to cover my changes

@ravi-kumar-pilla
Copy link
Contributor

Awesome !! Thanks @ankatiyar and @rashidakanchwala

@rashidakanchwala rashidakanchwala marked this pull request as ready for review February 29, 2024 15:43
@ravi-kumar-pilla ravi-kumar-pilla merged commit 6704b44 into main Mar 1, 2024
7 checks passed
@ravi-kumar-pilla ravi-kumar-pilla deleted the fix-demo-project branch March 1, 2024 14:54
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