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
Kedro Viz in VSCode implementation is almost done with some methods load_and_populate_data and get_json_data from kedro_viz.server and kedro_viz.api.rest.responses from Kedro-Viz python package. To make sure VSCode extension works with every Kedro project and if not we do proper error handling in Kedro extension.
Context
We are using load_and_populate_data and get_json_data from kedro_viz.server and kedro_viz.api.rest.responses from Kedro-Viz python package to get json data from current Kedro project.
Note:
Testing with Kedro Viz lite version to avoid any dependency issue.
Checklist
Include labels so that we can categorise your feature request
The text was updated successfully, but these errors were encountered:
Description
Kedro Viz in VSCode implementation is almost done with some methods
load_and_populate_data
andget_json_data
fromkedro_viz.server
andkedro_viz.api.rest.responses
from Kedro-Viz python package. To make sure VSCode extension works with every Kedro project and if not we do proper error handling in Kedro extension.Context
We are using
load_and_populate_data
andget_json_data
fromkedro_viz.server
andkedro_viz.api.rest.responses
from Kedro-Viz python package to get json data from current Kedro project.Note:
Checklist
The text was updated successfully, but these errors were encountered: