kedro-org / kedro-viz

Visualise your Kedro data and machine-learning pipelines and track your experiments.
https://demo.kedro.org
Apache License 2.0
650 stars 107 forks source link

Fix `kedro run` on demo-project #1773

Closed rashidakanchwala closed 4 months ago

rashidakanchwala commented 4 months ago

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

ravi-kumar-pilla commented 4 months ago

Awesome !! Thanks @ankatiyar and @rashidakanchwala