kedro-org / kedro-viz

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

Spike: Understanding Inconsistencies Between Kedro and Kedro-Viz CLI Commands #2165

Open rashidakanchwala opened 3 weeks ago

rashidakanchwala commented 3 weeks ago

Description

The goal of this spike is to find and understand any differences in the command line instructions for Kedro and Kedro-Viz. We want to see if there are any mismatches in the way commands work, the options they offer, or how they’re named. This will help us decide if we need to make any changes so that using both tools together feels easier and more consistent for users.

For instance, spaces are valid for pipeline names in Kedro Viz, but not for Kedro Framework. So kedro run --pipeline="Reporting stage" would not work, but kedro viz run --pipeline="Reporting stage" does.

Also look at original ticket here #1754

Checklist