I have a tag called "TestTag" which has three attributes namely attr1, attr2, attr3.
I have associated a hive_column 'employeeName' with tag "TestTag" and values given for the attributes while associating the hive column are "attr1: value1", "attr2: value2", "attr3:value3".
Now I want to search for all the entities which has the attribute 'attr1' with value 'value1'. So is there any APIs available or any other ways to find the same?
I am using atlas 0.7 version.
Thanks in advance.