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",
"name": "VersioningScheme",
"namespace": "com.linkedin.versionset",
"symbols": [
"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?