Skip to content

New Features & UI Changes

Compare
Choose a tag to compare
@ttannis ttannis released this 24 Mar 23:22
· 420 commits to master since this release
f104ca1

New Features

Search Filtering

As our next step to improve the search experience Amundsen now provides a filtering user interface. This feature currently deprecates advanced search syntax, which previously limited users to only being able to filter by one category and one value at a time. This release only contains support fo ElasticSearch users.

With the new search filtering UI:

  • Your application users should no longer use advanced search syntax -- instead they provide key terms in the search bar and refine with filters and wildcard search (*) can still be used.
  • Your application users are not required to enter a search term -- they can navigate directly to the search view by clicking "Advanced Search >" where you can execute searches using only filters if desired.
  • Checkboxes support filtering for multiple values within that category.
  • Input boxes only support one value per category and wildcard search (*) can be used.

Requirements: amundsensearchlibrary >= 2.1.0
DocApplication Configuration

Issue Tracking w/ JIRA Support

Amundsen now has a feature to allow you to create JIRA issues for tables on the TableDetail page. New issues can can also be created in the UI on the TableDetail page. In addition if you have configured Amundsen with a custom mail client, table owners will be notified via email when an issue is created.

DocApplication Configuration and Flask Configuration

Programmatic Descriptions

Amundsen now supports configuring other markdown supported non-editable description boxes on the
TableDetail page.
Requirements: amundsenmetadatalibrary >= 1.2.1 and amundsendatabuilder >= 1.6.1rc0
DocFlask Configuration

UI Changes

Search Results UI

  1. The "Last Updated" timestamp has been moved from the search result UI the table detail page
  2. Badges now appear in the search result UI

Requirements: amundsensearchlibrary >= 2.1.2