amundsen-io / amundsen

Amundsen is a metadata driven application for improving the productivity of data analysts, data scientists and engineers when interacting with data.

Home Page:https://www.amundsen.io/amundsen/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Datasets filter by owner in advanced search

eschranz opened this issue · comments

Currently, it is not possible to filter datasets by owner in advanced search. Reaching a user page will show the datasets owned by that user, but searching for tables by a user search pattern is not currently implemented.

Expected Behavior or Use Case

A search box for owner that operates similarly to the other filter would be great.

Service or Ingestion ETL

Frontend

Possible Implementation

It looks like this can be modified by adding ElasticSearch document mappings and updating the Neo4j Cypher query.

Example Screenshots (if appropriate):

image

Context

There are cases where we may want to combine certain filters with owner to be able to investigate a subset of datasets. Searching for datasets with a certain tag pattern and owner is an example.