kedro-org / kedro-viz

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

Implement lazy loading of subcommands for CLI #1952

Open ankatiyar opened 1 week ago

ankatiyar commented 1 week ago

Description

Based on the discussion in https://github.com/kedro-org/kedro/issues/1476 and Tech Design, we've decided to implement lazy subcommand groups on Kedro and Kedro Viz. This ticket is for the implementation on viz

Context

Possible Implementation

Checklist