VersionSet
Aspects
versionSetProperties
None
Schema
{
  "type": "record",
  "Aspect": {
    "name": "versionSetProperties"
  },
  "name": "VersionSetProperties",
  "namespace": "com.linkedin.versionset",
  "fields": [
    {
      "Searchable": {
        "/*": {
          "fieldType": "TEXT",
          "queryByDefault": true
        }
      },
      "type": {
        "type": "map",
        "values": "string"
      },
      "name": "customProperties",
      "default": {},
      "doc": "Custom property bag."
    },
    {
      "Searchable": {
        "queryByDefault": "false"
      },
      "java": {
        "class": "com.linkedin.common.urn.Urn"
      },
      "type": "string",
      "name": "latest",
      "doc": "The latest versioned entity linked to in this version set"
    },
    {
      "type": {
        "type": "enum",
        "symbolDocs": {
          "ALPHANUMERIC_GENERATED_BY_DATAHUB": "String managed by DataHub. Currently, an 8 character alphabetical string.",
          "LEXICOGRAPHIC_STRING": "String sorted lexicographically."
        },
        "name": "VersioningScheme",
        "namespace": "com.linkedin.versionset",
        "symbols": [
          "LEXICOGRAPHIC_STRING",
          "ALPHANUMERIC_GENERATED_BY_DATAHUB"
        ]
      },
      "name": "versioningScheme",
      "doc": "What versioning scheme is being utilized for the versioned entities sort criterion. Static once set"
    }
  ]
}
Relationships
Incoming
These are the relationships stored in other entity's aspects
- VersionOf - Dataset via versionProperties.versionSet
- MlModel via versionProperties.versionSet
 
- Dataset via 
Global Metadata Model

Is this page helpful?