Fix run suggestion in metadata panel to include namespace #1225
Labels
Issue: Bug Report
Python
Pull requests that update Python code
Quick Win
Low/Medium priorities but quick to do
Description
The metadata panel will suggest a run command when a node in the pipeline is suggested. However, if the node is within a namespace, this suggestion will not work.
Important note: The formatting of the command is also inconsistent with other Kedro resources. As a result of kedro-org/kedro#2014 command suggestions should now follow the format
kedro <command> --<flag>=value1,value2
.Steps to Reproduce
kedro run
on a new spaceflights projectkedro viz
Expected Result
The pipeline should run until the specified node.
Actual Result
The pipeline throws an error.
Your Environment
Kedro version: 0.18.4
Kedro Viz version: 5.2.0
The text was updated successfully, but these errors were encountered: