New Features & Bug Fixes
New Features
Dashboard Resources
- Dashboard Query UI: On dashboard resource pages, clicking on a query name will expand to a UI where users can see the entire query, with a click-to-copy interaction as well as the ability to view the query at it’s source of truth.
- Dashboard descriptions now support markdown (#506)
- Added Redash logo, configured as supported dashboard source (#501)
Extended Uneditable Description Configuration (#497)
We have extended support for specifying which table resources have un-editable descriptions. We have introduced a new UNEDITABLE_TABLE_DESCRIPTION_MATCH_RULE
configuration, which provides more flexibility that the existing UNEDITABLE SCHEMAS
, which will eventually be deprecated.
Additionally, when descriptions are uneditable the UI will link to the source
if one exists in that table's metadata,
Resource Reports (#495)
resource_reports
have been added as a new piece of table metadata, along with UI that presents them in the header of table resources.
Requires
- amundsencommon >= v0.3.5
Clickable Badges (#519)
When clicking on badges associated with a table or dashboard, the user will be redirected to a badge filter search to see all resources with that badge.
Extended Programmatic Description Configuration (#527)
We have updated how programmatic descriptions appear in the UI, by allowing them to be inserted more naturally into our layout. The existing PROGRAMMATIC_DISPLAY
configuration has been extended to include a LEFT
and RIGHT
configuration, and updates the UI rendering logic to place programmatic descriptions at the bottom of structured metadata in the left column, right column, or at the bottom using the full width of the panel.
Announcements in Homepage (#591)
For those leveraging the Announcements feature, we have made them more visible by adding a new component to the HomePage that displays the 3 most recent announcements.