You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "chaitali borole (Jira)" <ji...@apache.org> on 2023/05/31 05:42:00 UTC

[jira] [Created] (ATLAS-4757) Regression : DSL queries redirected to passive server fails

chaitali borole created ATLAS-4757:
--------------------------------------

             Summary: Regression : DSL queries redirected to passive server fails
                 Key: ATLAS-4757
                 URL: https://issues.apache.org/jira/browse/ATLAS-4757
             Project: Atlas
          Issue Type: Improvement
    Affects Versions: 3.0.0
            Reporter: chaitali borole
            Assignee: chaitali borole


When redirected query is encoded as below
http://localhost:21000/api/atlas/v2/search/dsl?typeName=hive_table&query=name=%2522table_a_impala_avwei_20%2522

this fails with below error :
{  "errorCode": "ATLAS-400-00-059",  "errorMessage": "Invalid DSL query: `hive_table` name=%22table_a_impala_avwei_20%22 limit 100 offset 0 | Reason: DSL Semantic Error - table_a_impala_avwei_20 type not found, DSL Semantic Error - table_a_impala_avwei_20 type not found, DSL Semantic Error - 22 type not found, DSL Semantic Error - 22 type not found. Please refer to Atlas DSL grammar for more information"} 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)