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