WaylonWalker / kedro-static-viz

kedro cli plugin for generating a static kedro viz site (html, css, js) that can be deployed on many serverless tools.
https://static-viz.kedro.dev
MIT License
27 stars 2 forks source link

public folder created with 404.html #15

Open sanakanchha opened 3 years ago

sanakanchha commented 3 years ago

I so much want to host my kedro visualization on Github pages but the public folder that gets created just has 404 files(404.html)

I get the below error while running "kedro-static-viz static-viz"

2021-03-31 22:42:03,412 - kedro.framework.session.store - INFO - read() not implemented for BaseSessionStore. Assuming empty store. kedro.framework.cli.utils.KedroCliError: Could not find a Kedro project root. You can run kedro viz by either providing --load-file flag with a filepath to a JSON pipeline representation, or if the current working directory is the root of a Kedro project. Run with --verbose to see the full exception Error: Could not find a Kedro project root. You can run kedro viz by either providing --load-file flag with a filepath to a JSON pipeline representation, or if the current working directory is the root of a Kedro project.

Could you please help? Thank you.

sanakanchha commented 3 years ago

still looking for an answer. Please let me know if I missed anything.