-
Notifications
You must be signed in to change notification settings - Fork 112
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
Add JSONDataset preview support #1800
Conversation
Signed-off-by: Sajid Alam <sajid_alam@mckinsey.com>
Signed-off-by: Sajid Alam <sajid_alam@mckinsey.com>
Signed-off-by: Sajid Alam <sajid_alam@mckinsey.com>
Signed-off-by: Sajid Alam <sajid_alam@mckinsey.com>
Signed-off-by: Sajid Alam <sajid_alam@mckinsey.com>
Signed-off-by: Sajid Alam <sajid_alam@mckinsey.com>
Maybe not a part of this ticket but I noticed there's some design inconsistency in the way we show preview for Maybe for everything we just have 'Expand Preview' and 'Collapse Preview' ? |
Signed-off-by: Sajid Alam <sajid_alam@mckinsey.com>
Signed-off-by: Sajid Alam <sajid_alam@mckinsey.com>
Signed-off-by: Sajid Alam <sajid_alam@mckinsey.com>
Hi @SajidAlamQB , Let's say I have a cars.json which is an array of objects and I want to preview first 5 objects in the array and not complete json. Is there a way to do it ? As of now if I use nrows, I receive -
Thank you |
@ravi-kumar-pilla not at the moment see here, currently we are just sending the raw json to the fronend as I thought it would be easier for the |
okay, lets go with showing everything for now then. Thank you |
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.
Can you please add a release note and this should be good to get merged. Thank you Sajid !!
Signed-off-by: Sajid Alam <sajid_alam@mckinsey.com>
Thanks Sajid, Rashida and team! To make the buttons more consistent I suggest we:
Some additional metadata panel changes for JSON datasets:
|
I think a separate issue for this would be great, linking this PR in it. |
Yes, seperate issue would be better. @stephkaiser would u mind raising a ticket on this. thanks :) |
done! :) #1827 |
Description
Following, kedro-org/kedro-plugins#595, we need to add support for previewing JSONDataset in Kedro-Viz.
Development notes
Preview screenshots:
QA notes
Checklist
RELEASE.md
file