Describe the bug
Rendering of some graphs is broken (missing all inputs, outputs, connections etc)
- No inputs/outputs
- No arguments
- Empty Task Details panel
Console has:
Cannot validate required inputs for task "Calculate regression metrics from csv" - component spec not loaded
TaskOverview called with missing taskSpec.componentRef.spec
I suspect it's caused by missing call to the functions that replaced the old fillComponentSpecInRef. This might be triggered by digest being present alongside url.
To Reproduce
Steps to reproduce the behavior:
- Import graph component: https://raw.githubusercontent.com/Ark-kun/pipeline_components/refs/heads/master/components/XGBoost/Train_regression_and_calculate_metrics/from_CSV/component.yaml
- Place it on canvas
- Look inside the graph task
Screenshots
