Skip to main content
Version: Next

DataHubStepState

Aspects

dataHubStepStateProperties

The properties associated with a DataHub step state

Schema
{
"type": "record",
"Aspect": {
"name": "dataHubStepStateProperties"
},
"name": "DataHubStepStateProperties",
"namespace": "com.linkedin.step",
"fields": [
{
"type": {
"type": "map",
"values": "string"
},
"name": "properties",
"default": {},
"doc": "Description of the secret"
},
{
"type": {
"type": "record",
"name": "AuditStamp",
"namespace": "com.linkedin.common",
"fields": [
{
"type": "long",
"name": "time",
"doc": "When did the resource/association/sub-resource move into the specific lifecycle stage represented by this AuditEvent."
},
{
"java": {
"class": "com.linkedin.common.urn.Urn"
},
"type": "string",
"name": "actor",
"doc": "The entity (e.g. a member URN) which will be credited for moving the resource/association/sub-resource into the specific lifecycle stage. It is also the one used to authorize the change."
},
{
"java": {
"class": "com.linkedin.common.urn.Urn"
},
"type": [
"null",
"string"
],
"name": "impersonator",
"default": null,
"doc": "The entity (e.g. a service URN) which performs the change on behalf of the Actor and must be authorized to act as the Actor."
},
{
"type": [
"null",
"string"
],
"name": "message",
"default": null,
"doc": "Additional context around how DataHub was informed of the particular change. For example: was the change created by an automated process, or manually."
}
],
"doc": "Data captured on a resource/association/sub-resource level giving insight into when that resource/association/sub-resource moved into a particular lifecycle stage, and who acted to move it into that specific lifecycle stage."
},
"name": "lastModified",
"doc": "Audit stamp describing the last person to update it."
}
],
"doc": "The properties associated with a DataHub step state"
}

Relationships

Global Metadata Model

Global Graph