mcp-data-platform-v1.42.1
Bug Fixes
Sidebar expand button broken on asset view
The sidebar auto-collapses when opening an asset, but clicking the expand arrows at the bottom did nothing — the sidebar would immediately re-collapse. The auto-collapse logic was reacting to sidebar state changes in addition to path changes, creating a loop. Now it only triggers on actual route transitions, so the expand/collapse toggle works as expected while viewing an asset.
Misleading "(0 views)" on user shares
Sharing an asset with a specific user displayed "(0 views)" even though per-user view tracking isn't implemented. View counts are now only shown on public links that have at least one recorded access.
Provenance shows all tool calls equally
The provenance panel now shows only Trino queries by default, since those are the most relevant for understanding how an asset was built. A "Show all" toggle reveals the remaining tool calls (DataHub searches, S3 operations, etc.).
Trino queries shown as raw JSON in provenance modal
Clicking a Trino query in provenance displayed the raw JSON wrapper ({"sql": "SELECT ..."}) instead of the formatted SQL. The modal now extracts and displays the SQL query directly.