Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Filter Atlas search results by db

avatar
Expert Contributor

I am attempting to query hive_table entities in Atlas using the Atlas webUI. One of the queries I would like to do is filter by db. However, db is not a filter option, and querying where db="name" throws an exception.

The only workaround I have found is filtering on the qualifiedName begins_with dbname.

Is there something I am missing

1 ACCEPTED SOLUTION

avatar
Super Collaborator
@Benjamin Hopp

Following queries work :

hive_table where db.name="db_name"

hive_table where db.qualifiedName="db_qualifiedname" screen-shot-2017-11-22-at-95121-am.png

View solution in original post

1 REPLY 1

avatar
Super Collaborator
@Benjamin Hopp

Following queries work :

hive_table where db.name="db_name"

hive_table where db.qualifiedName="db_qualifiedname" screen-shot-2017-11-22-at-95121-am.png