open-metadata / OpenMetadata

OpenMetadata is a unified metadata platform for data discovery, data observability, and data governance powered by a central metadata repository, in-depth column level lineage, and seamless team collaboration.
https://open-metadata.org
Apache License 2.0
5.18k stars 985 forks source link

UI: Explore - DataAssets tree view based on hierarchy #14393

Closed kputland closed 9 months ago

kputland commented 9 months ago

Is your feature request related to a problem? Please describe. As a user it would be nice if the Data Assets pane of the UI offered a tree view of the search results

image

Similar to how this is shown in the snowflake UI image

harshach commented 9 months ago

Treeview at the service->db->schema level will not scale. Users already have filters do to this faceted search already

sureshms commented 9 months ago

@kputland This tree view is also available if you go to a database service page (which lists databases), database page (which lists schemas), and schema page (which lists tables). How does snowflake UI scale when there 1000s of tables under a database schema (which is why we use pagination)?