We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Run Command
Pipeline names are not displayed in visuals created by kedro-viz.
I aim to display a pipeline name in Run Command section.
kedro viz
A pipeline name should be visible in Run Command.
No pipeline name is displayed in Run Command.
Include as many relevant details as possible about the environment you experienced the bug in:
The text was updated successfully, but these errors were encountered:
I was able to recreate this bug at my end using the demo_project code.
split_stage_pipeline = pipeline( [ node( func=split_data, inputs=["model_input_table", "params:split_options"], outputs=test_train_refs, name='split_data' ) ] )
next if you run kedro_viz and click on the split_data function - you should see this.
There should be no None. It should just say kedro run --to-nodes=split_data
kedro run --to-nodes=split_data
Sorry, something went wrong.
Issue #1548: Fix improper display of 'run command' text (#1569)
c43fb03
* Add conditional statement, prevent None values being added automatically Signed-off-by: mehdinv <[email protected]> * Added new test for task_nodes w/ no namespace Signed-off-by: mehdinv <[email protected]> * Updated Release.md file with bug fix mention Signed-off-by: mehdinv <[email protected]> * Update RELEASE.md w/ PR number instead of Issue Co-authored-by: Tynan DeBold <[email protected]> --------- Signed-off-by: mehdinv <[email protected]> Co-authored-by: Tynan DeBold <[email protected]>
MehdiNV
Successfully merging a pull request may close this issue.
Description
Pipeline names are not displayed in visuals created by kedro-viz.
Context
I aim to display a pipeline name in
Run Command
section.Steps to Reproduce
kedro viz
Expected Result
A pipeline name should be visible in
Run Command
.Actual Result
No pipeline name is displayed in
Run Command
.Your Environment
Include as many relevant details as possible about the environment you experienced the bug in:
Checklist
The text was updated successfully, but these errors were encountered: