-
Notifications
You must be signed in to change notification settings - Fork 113
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
[KED-2948] Fixed params as prefix issue for datasets #707
[KED-2948] Fixed params as prefix issue for datasets #707
Conversation
Signed-off-by: Rashida Kanchwala <[email protected]>
Signed-off-by: Rashida Kanchwala <[email protected]>
Signed-off-by: Rashida Kanchwala <[email protected]>
Signed-off-by: Rashida Kanchwala <[email protected]>
Signed-off-by: Rashida Kanchwala <[email protected]>
Signed-off-by: Rashida Kanchwala <[email protected]>
Signed-off-by: Rashida Kanchwala <[email protected]>
Signed-off-by: Rashida Kanchwala <[email protected]>
Signed-off-by: Rashida Kanchwala <[email protected]>
def as_dict(self) -> Dict[str, ModularPipelineNode]: | ||
"""Return the repository as a dictionary.""" | ||
return self.tree | ||
"""`kedro_viz.data_access.repositories.modular_pipelines` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No idea, why github is not ignoring this since it's exact same !!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mysterious! Maybe pulling main
in will fix it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Glad I'm not the only going crazy. I was looking through the blames and couldn't tell what changed!
Signed-off-by: Rashida Kanchwala <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice fix! Actually I just went to check how we do this in kedro and I think we've made the same mistake there 😅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice one
Signed-off-by: Rashida Kanchwala [email protected]
Description
Fixes #621.
Development notes
'params:' and 'parameters' are reserved keywords. If anyone uses them in Kedro. The node will be considered as a parameter.
This issue has been fixed, so if you rename a dataset to param_<dataset_name>, it will still display as a dataset
QA notes
Checklist
RELEASE.md
file