[
https://issues.apache.org/jira/browse/ATLAS-1639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sarath Subramanian resolved ATLAS-1639.
---------------------------------------
Resolution: Invalid
Assignee: Sarath Subramanian
> V1 API DSL Query not working with V2 APIs.
> ------------------------------------------
>
> Key: ATLAS-1639
> URL: https://issues.apache.org/jira/browse/ATLAS-1639
> Project: Atlas
> Issue Type: Bug
> Components: atlas-core
> Reporter: Sharmadha Sainath
> Assignee: Sarath Subramanian
> Priority: Blocker
>
> Query :
> {code}
> hive_table as t where name="table_1"
> {code}
> V1 API below gives correct results
> {code}
> http://localhost:21000/api/atlas/discovery/search/dsl?limit=25&query=hive_table+as+t+where+name%3D%22table_1%22+select+t
> {code}
> same query in V2 API throws 500 internal server error with invalid query
> expression notification.
> {code}
> http://localhost:21000/api/atlas/v2/search/dsl?limit=25&query=hive_table+as+t+where+name%3D%22table_1%22+select+t
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)