[ 
https://issues.apache.org/jira/browse/ATLAS-3165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bolke de Bruin updated ATLAS-3165:
----------------------------------
    Description: 
.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 was removed in 
ATLAS-2229 for some reason. We think it should be reinstated.

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

  was:
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.

     Issue Type: Bug  (was: Improvement)
        Summary: Re-enable gremlin search  (was: Mark InterfaceAudience 
“search/gremlin” as public)

> Re-enable gremlin search
> ------------------------
>
>                 Key: ATLAS-3165
>                 URL: https://issues.apache.org/jira/browse/ATLAS-3165
>             Project: Atlas
>          Issue Type: Bug
>    Affects Versions: 1.1.0
>            Reporter: Bolke de Bruin
>            Priority: Major
>
> .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 was removed in 
> ATLAS-2229 for some reason. We think it should be reinstated.
> 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