Uploaded image for project: 'Atlas'
  1. Atlas
  2. ATLAS-1639

V1 API DSL Query not working with V2 APIs.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Invalid
    • None
    • None
    • atlas-core
    • None

    Description

      Query :

      hive_table as t where name="table_1" 
      

      V1 API below gives correct results

      http://localhost:21000/api/atlas/discovery/search/dsl?limit=25&query=hive_table+as+t+where+name%3D%22table_1%22+select+t
      

      same query in V2 API throws 500 internal server error with invalid query expression notification.

      http://localhost:21000/api/atlas/v2/search/dsl?limit=25&query=hive_table+as+t+where+name%3D%22table_1%22+select+t
      

      Attachments

        Activity

          People

            sarath Sarath Subramanian
            sharmadhas Sharmadha S
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: