- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
API Search using the attributes key and/or Attribute Value.
- Labels:
-
Apache Atlas
Created ‎09-07-2016 07:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Created ‎09-07-2016 12:27 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There is no API in Atlas currently which offers search based on attribute key/value of a tag. One way of finding out all the entities which satisfy this criteria is to do a FullText Search with "attr1" and "value1" in the query.
Created ‎09-07-2016 12:27 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There is no API in Atlas currently which offers search based on attribute key/value of a tag. One way of finding out all the entities which satisfy this criteria is to do a FullText Search with "attr1" and "value1" in the query.
