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
We want to provide the kedro viz build command to give users access to a build directory that they can then deploy using any static site hosting provider of their choice.
The 'backend' of this work is already done to enable the AWS focused Hosted Viz feature. It works by
assembling all the necessary build files and generating static data files
sending this to a s3 bucket so it can be hosted as a static site.
For this feature, we would interrupt after step 1, and return the build files in a /build directory inside the project.
Acceptance Criteria
working kedro viz build command that creates the build files in the /build directory
running kedro viz build again will overwrite the existing contents of /build
if a /build directory doesn't already exist, create one
update the kedro viz help text to include the build command build Create build directory of local Kedro Viz instance with static data
The text was updated successfully, but these errors were encountered:
Description
We want to provide the
kedro viz build
command to give users access to a build directory that they can then deploy using any static site hosting provider of their choice.The 'backend' of this work is already done to enable the AWS focused Hosted Viz feature. It works by
For this feature, we would interrupt after step 1, and return the build files in a /build directory inside the project.
Acceptance Criteria
kedro viz build
command that creates the build files in the/build
directorykedro viz build
again will overwrite the existing contents of/build
/build
directory doesn't already exist, create onekedro viz
help text to include thebuild
commandbuild Create build directory of local Kedro Viz instance with static data
The text was updated successfully, but these errors were encountered: