Skip to content

New Features & Bug Fixes

Compare
Choose a tag to compare
@ttannis ttannis released this 19 Aug 02:01
· 291 commits to master since this release
e54fb8f

New Features

Dashboard Resources

  1. 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.
  2. Dashboard descriptions now support markdown (#506)
  3. 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

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.

Bug Fixes

  1. Properly request number of entries for popular tables (#502)
  2. Limit max char to display for preview column (#518)
  3. Apply column description length configuration (#522)
  4. Allow markdown to render HTML (#535)
  5. Fix OwnerEditor readOnly support (#545)