Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kedro Viz Build #1615

Closed
4 tasks
amandakys opened this issue Oct 30, 2023 · 0 comments · Fixed by #1697
Closed
4 tasks

Kedro Viz Build #1615

amandakys opened this issue Oct 30, 2023 · 0 comments · Fixed by #1697
Assignees
Labels
Design: Technical UX Issue: Feature Request Python Pull requests that update Python code

Comments

@amandakys
Copy link

amandakys commented Oct 30, 2023

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

  1. assembling all the necessary build files and generating static data files
  2. 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
@tynandebold tynandebold added this to the Shareable URLs milestone Oct 31, 2023
@amandakys amandakys changed the title [wip] Kedro Viz Build Kedro Viz Build Nov 10, 2023
@tynandebold tynandebold added the Python Pull requests that update Python code label Nov 13, 2023
@jitu5 jitu5 self-assigned this Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Design: Technical UX Issue: Feature Request Python Pull requests that update Python code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants