Hi All, I am using Hbase as the storage backend and elasticSearch as the index backend for Atlas.
When using the Atlas UI, I found that I was not able to search for a hive table using the qualified name filter by the elasticsearch index because the qualifiedName of the hive table contains the special character `@`. (Hive table qualifiedName = [db_name].[table_name]@[cluster_name]). Because of that special character, the UI search triggers a full scan on the hive table entities in hbase which it's super inefficient. Did anyone meet this issue before? Or this is nothing that I am missing? Thanks, Jiaxin
