Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

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