Ankita Katiyar
Ankita Katiyar
Also reminder to add quotes to the dataset factory names in the docs ""
Profile of the command `kedro registry list` using `pyinstrument` and visualisation using `speedscope.app` **Note:** this is when `kedro-viz` and `kedro-telemetry` are also installed in the environment, and we have consented...
Looking at @astrojuanlu's profile of the command, it also seems like loading of `project_groups` commands like the ones in `kedro-mlflow` also take up a bunch of time so just implementing...
@noklam @DimedS I believe the after_command_run is still executed if the run fails and it also receives the exit code of the command run. I'll confirm though
### Update re: Lazy Loading of Plugins **TLDR: It's possible to lazy load plugins and their commands on Kedro side** Prototype PR: https://github.com/kedro-org/kedro/pull/3901 #### Profile of regular `kedro registry list`...
> I'm amazed `kedro-telemetry` is so chunky, we should absolutely defer it till after the important stuff, but I wonder if async is sensible here too. I was just testing...
> For now, shall we then proceed with > > * [Lazy load commands from plugins #3901](https://github.com/kedro-org/kedro/pull/3901) > * and [Lazy load click subcommands #3883](https://github.com/kedro-org/kedro/pull/3883) > > ? How does...