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
Resolves#1520
This PR involves the backend implementation of Shareable URLs on Kedro-viz. In this PR, we have used fsspec to facilitate the uploading of the Kedro-viz build and API responses (in JSON format) to an S3 storage location. Kedro-viz, when deployed in a hosted environment, functions as a serverless application, serving static HTML content and retrieving Kedro project data from the API JSON files.
This PR solves two many issues
Hosting Kedro-viz.
Fixing the bug with the kedro viz --save-file and --load-file methods. These methods were previously not saving and loading the metadata associated with each node as well as registered pipelines flowchart. They were only saving flowchart for default pipeline
Description
This ticket is related to parent ticket #1116
Scope of this ticket includes
Checklist
The text was updated successfully, but these errors were encountered: