Bolke de Bruin created ATLAS-3165:
-------------------------------------

             Summary: Mark InterfaceAudience “search/gremlin” as public
                 Key: ATLAS-3165
                 URL: https://issues.apache.org/jira/browse/ATLAS-3165
             Project: Atlas
          Issue Type: Improvement
    Affects Versions: 1.1.0
            Reporter: Bolke de Bruin


We are integrating Atlas with Lyft’s Amundsen 
([https://github.com/lyft/amundsenfrontendlibrary)] and we are finding that the 
standard search DSL is limited in such a way that it does not support simple 
useful queries like


```Column where name like '*amount*' groupby(table) select count()```

Or

```Column where name like '*amount*' select count(table)```

 

This can be done by using a gremlin query but the interface to this is marked 
Private which indicates that it might be changed or be removed in the future. 
We would like this to be a publicly supported interface.

Limiting access to this interface could be done by Ranger policies.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to