You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will be a follow up ticket to update usage of public Kedro APIs after the work done in kedro-org/kedro#4473
Context
With Kedro API polishing, few methods of Kedro are made public and can be used on Kedro-Viz. More information can be found in kedro-org/kedro#4473
Possible Implementation
Remove private implementation of _is_project and _find_kedro_project from kedro_viz -> launchers -> utils.py and update it to use public Kedro methods is_kedro_project and find_kedro_project starting kedro 1.0.0
Rename any instances of extra_params to runtime_params on Kedro-Viz
Checklist
Include labels so that we can categorise your feature request
The text was updated successfully, but these errors were encountered:
Description
This will be a follow up ticket to update usage of public Kedro APIs after the work done in kedro-org/kedro#4473
Context
With Kedro API polishing, few methods of Kedro are made public and can be used on Kedro-Viz. More information can be found in kedro-org/kedro#4473
Possible Implementation
_is_project
and_find_kedro_project
from kedro_viz -> launchers -> utils.py and update it to use public Kedro methodsis_kedro_project
andfind_kedro_project
starting kedro 1.0.0extra_params
toruntime_params
on Kedro-VizChecklist
The text was updated successfully, but these errors were encountered: