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

AtlasObjectId should support unqiueAttributes to identity the object

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.8-incubating
    • 0.8-incubating
    • atlas-core
    • None

    Description

      Currently AtlasObjectId can identify an object given typeName and guid. To address the scenarios where guid is not known, it will be convenient to be able to identity the object with its unique attribute names.

      For example, see the value of "hive_table.db" attribute below:

      {
        "typeName": "hive_table",
        "attributes: {
          "name": "invoices",
          "db": {
            "typeName": "hive_db",
            "uniqueAttributes": {
              "qualifiedName": "finance@cl1"
            }
          }
        }
      }
      

      Attachments

        1. ATLAS-1506.patch
          12 kB
          Madhan Neethiraj

        Activity

          People

            madhan Madhan Neethiraj
            madhan Madhan Neethiraj
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: