You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Dharshana M Krishnamoorthy (Jira)" <ji...@apache.org> on 2020/12/17 12:10:00 UTC

[jira] [Created] (ATLAS-4085) The result page in dsl does not contain links to the result when "__guid" is not a part of the query

Dharshana M Krishnamoorthy created ATLAS-4085:
-------------------------------------------------

             Summary: The result page in dsl does not contain links to the result when "__guid" is not a part of the query
                 Key: ATLAS-4085
                 URL: https://issues.apache.org/jira/browse/ATLAS-4085
             Project: Atlas
          Issue Type: Bug
          Components: atlas-webui
            Reporter: Dharshana M Krishnamoorthy


In Atlas advanced search, enter the following query, the results for this page are in plain_text format
{code:java}
from hive_table where name LIKE "table_abc_*" select name, owner
{code}
Now, enter the following query
{code:java}
from hive_table where name LIKE "table_abc_*" select name, __guid
{code}
Same tables are filtered but now the results are click-able on UI



--
This message was sent by Atlassian Jira
(v8.3.4#803005)