You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Madhan Neethiraj (JIRA)" <ji...@apache.org> on 2017/01/21 21:07:27 UTC

[jira] [Commented] (ATLAS-1483) Create Entity via UI : DSL query "array" made when editing an hive_table in UI.

    [ https://issues.apache.org/jira/browse/ATLAS-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15833141#comment-15833141 ] 

Madhan Neethiraj commented on ATLAS-1483:
-----------------------------------------

UI should do a look up only for attributes of type entity (class). Also UI should be updated to use V2 search API, (instead of /api/atlas/discovery/search/dsl?query=array%3Cstring%3E).

Good catch [~ssainath]!

> Create Entity via UI : DSL query "array<string>" made when editing an hive_table in UI.
> ---------------------------------------------------------------------------------------
>
>                 Key: ATLAS-1483
>                 URL: https://issues.apache.org/jira/browse/ATLAS-1483
>             Project: Atlas
>          Issue Type: Bug
>          Components:  atlas-core
>            Reporter: Sharmadha Sainath
>            Priority: Minor
>
> On trying to Create Entity / Edit Entity for an hive_table , following DSL query is made
> {code}
> /api/atlas/discovery/search/dsl?query=array%3Cstring%3E
> {code}
> which throws 400 bad request .Probably related to the "aliases" attribute of hive_table as it is the only attribute of hive_table with type as array<string>.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)