Replies: 3 comments 1 reply
|
Yes this will help alot. Can you fork and push your patch to a branch and share the branch here? Was thinking to patch superset for my org's usecase. If they add this to superset then it would be the ideal case for us. |
0 replies
|
@brouberol , I'm also interested in that feature! Please continue with making a PR, let's see what the maintainers think :) BTW. will your solution work for deeper nesting, that is a nested column under nested column? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Some of our Superset user have voiced that the Cell content modal displaying the content of a nested column in SQL Lab isn't as helpful as could be. It is currently displayed as an array, causing them to having to go back and forth between the actual data and the schema itself.
nested column displayed as an array
I was wondering whether it would be valuable to have the option to display these nested columns as key/value mappings instead, such as this:

Note: this is the result of a small (
+15/-0) patch applied on a staging Superset instance, in order to showcase the demo. If there's indeed interest, I'll be more than happy to open a PR to discuss the patch itself.Thanks!
All reactions