kedro-viz icon indicating copy to clipboard operation
kedro-viz copied to clipboard

Visualise your Kedro data and machine-learning pipelines and track your experiments.

Results 264 kedro-viz issues
Sort by recently updated
recently updated
newest added

## Description Partially resolves #2061 - [ ] Module imports related to experiment tracking, strawberry graphQL (2-3sec) - We need to see if we can delay graphql call until someone...

## Description This is a follow-up issue to: https://github.com/kedro-org/kedro-viz/issues/2142 When debugging hook-related issues in Kedro-Viz because the console output does not make it clear whether hooks are being used or...

Enhancement
Issue: Feature Request
Quick Win

## Description We've heard from multiple users that they didn't notice the pipeline registry dropdown in the top left of Kedro-Viz. _"All my pipelines are summed into one default in...

Issue: Feature Request
Quick Win
Design: Visual Design
Design: UX

## Description Currently in the filter panel in the node list, when none are selected its the same as when all is selected, which is very confusing. https://github.com/user-attachments/assets/b96650f8-0ba8-4be4-97ed-ccc683ae273f There are...

Issue: Bug Report
Design: UX

## Description Partly resolves #2106 ## Development notes In the user's pipeline, one of the nodes was tagged as `validation`. While this tag was mentioned in the `{ node: {...

## Description Resolves https://github.com/kedro-org/kedro-viz/issues/1589 This pull request includes replacing the `watchgod` library with `watchfiles`. `watchfiles` library updates its API with main method `run_process` and some other changes as well: *...

## Description [This section](https://docs.kedro.org/projects/kedro-viz/en/stable/kedro-viz_visualisation.html#visualise-layers) of docs provides a guide to adding `layers` to the visualization by defining them as follows: ```yaml companies: type: pandas.CSVDataset filepath: data/01_raw/companies.csv metadata: kedro-viz: layer: raw...

Documentation
Hacktoberfest

## Description Slack discussion: https://kedro.hall.community/support-lY6wDVhxGXNY/kedroviz-crashes-randomly-with-javascript-type-error-after-adding-changes-to-pipeline-registry-yzcmqg0kbQqS What first triggered this issue was a beningn attempt to reorder the pipelines (whole diff between commits that broke the kedro-viz in our project): ```diff...

Issue: Bug Report

## Description ## Development notes ## QA notes ## Checklist - [ ] Read the [contributing](/CONTRIBUTING.md) guidelines - [ ] Opened this PR as a 'Draft Pull Request' if it...

## Description Regularly observing 1 python process being pinned at 100% CPU utilization. Turns out it's kedro viz ``` $ ps ax | grep 71551 4994ms 71551 s023 R+ 319:19.17...

Issue: Bug Report