We need a custom dashboard widget in Harness DB DevOps that displays a summary table showing all instances alongside their most recently deployed tag / running schema version. This is a critical requirement for us to achieve visibility across our entire DB estate from a single view, and is a blocker for us to move forward with Q2 onboarding of our DB deployments.
Current Behaviour:
The current Dashboards (account-level) show a time-series/historical view of all executions — meaning all tags deployed to each instance are listed, not just the latest one. There is no way to collapse/filter the data to show only the most recently deployed tag per instance.
We explored using Step Execution Start Time as a proxy for the latest timestamp, but there is no sort filter available within the widget to surface only the latest record per instance.
Expected / Desired Behaviour:
A dashboard widget (or dedicated view) that shows a table with the following columns:
Instance Name
Schema Name
Environment
Latest Deployed Tag / Running Schema Version
The table should show only the most recent tag per instance (not the full deployment history), with filter options for Schema Name, Environment, and Instance Name.