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

Lambda python functions don't render nicely on the flowchart #817

Closed
datajoely opened this issue Apr 6, 2022 · 0 comments · Fixed by #851
Closed

Lambda python functions don't render nicely on the flowchart #817

datajoely opened this issue Apr 6, 2022 · 0 comments · Fixed by #851
Assignees
Labels
Issue: Bug Report Quick Win Low/Medium priorities but quick to do

Comments

@datajoely
Copy link
Contributor

datajoely commented Apr 6, 2022

Description

As you can see, nodes which use a lambda (anonymous function) on do not render nicely on the flowchart:

image

However, it does look like they render correctly on the tree panel to the left 🤔

Steps to Reproduce

Make a node that looks like this:

node(
   func=lambda x : x,
   inputs='x',
   outputs='y'
)

Expected Result

It should look like <lambda> much the same as the tree panel

@datajoely datajoely changed the title Lambda python functions don't render nicely on the pipeline grid Lambda python functions don't render nicely on the flowchart Apr 6, 2022
@tynandebold tynandebold moved this to Inbox in Kedro-Viz Apr 7, 2022
@tynandebold tynandebold moved this to Inbox in Kedro-Viz Apr 20, 2022
@tynandebold tynandebold moved this from Inbox to Backlog in Kedro-Viz May 4, 2022
@tynandebold tynandebold added the Quick Win Low/Medium priorities but quick to do label May 9, 2022
@tynandebold tynandebold moved this from Backlog to Todo in Kedro-Viz May 9, 2022
@tynandebold tynandebold moved this from Todo to In Progress in Kedro-Viz May 16, 2022
@tynandebold tynandebold self-assigned this May 16, 2022
@tynandebold tynandebold moved this from In Progress to In Review in Kedro-Viz May 16, 2022
@tynandebold tynandebold moved this from In Review to In Progress in Kedro-Viz May 18, 2022
@tynandebold tynandebold moved this from In Progress to In Review in Kedro-Viz May 18, 2022
Repository owner moved this from In Review to Done in Kedro-Viz May 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue: Bug Report Quick Win Low/Medium priorities but quick to do
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants