Uploaded image for project: 'Hue (READ ONLY)'
  1. Hue (READ ONLY)
  2. HUE-8857

return accurate owner for atlas entities

    Details

    • Type: Task
    • Status: Closed
    • Priority: Major
    • Resolution: Incomplete
    • Affects Version/s: 4.5.0
    • Fix Version/s: None
    • Component/s: app.catalog
    • Labels:
      None

      Description

       

       curl -i -X  GET $ATLAS_BASE_URL/v2/search/dsl?query=hive_db+where+name=testdb2 -u admin:admin
      {"queryType":"DSL","queryText":"hive_db where name=testdb2","entities":[{"typeName":"hive_db","attributes":
      {"owner":"hive","qualifiedName":"testdb2@cl1","name":"testdb2"}
      ,"guid":"7fd12172-ac3e-432e-9d42-615502db50b5","status":"ACTIVE","displayText":"testdb2","classificationNames":[],"classifications":[],"meaningNames":[],"meanings":[]}]}
      

       

      while in new atlas APIs we return "null"

      {"status": 0, "facets": {}, "results": [ {"meaningNames": [], "meanings": [], "description": null, "selectionName": "testdb2", "created": false, "tags": [], "original_name": "testdb2", "hue_name": "testdb2", "name": "testdb2", "owner": null, "originalDescription": null, "customProperties": null, "parentPath": "/", "originalName": "testdb2", "sourceType": "HIVE", "hue_description": " type:<em>DATABASE</em>", "type": "DATABASE", "properties": {}, "identity": "7fd12172-ac3e-432e-9d42-615502db50b5", "internalType": "hive_db"}, ]}

       

        Attachments

          Activity

            People

            • Assignee:
              weixia weixia xu
              Reporter:
              weixia weixia xu
            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: