[
https://issues.apache.org/jira/browse/ATLAS-3165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Madhan Neethiraj resolved ATLAS-3165.
-------------------------------------
Resolution: Duplicate
[~bolke] - this is tracked via ATLAS-3081. In short: exposing "gremlin" is not
a supportable approach, as the details of vertex properties, edge names are
implementation details which users of Atlas should not rely on.
> 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)