II.
MetaAttribute JSON
Structured · livemeta-attribute:run-journal-event--terminal
RunJournalEvent.terminal json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-attribute:run-journal-event--terminal",
"_kind": "MetaAttribute",
"_file": "catalog-meta/meta-registry/meta-registry-lifecycle-extras.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "RunJournalEvent.terminal",
"name": "terminal",
"parentNodeKindId": "meta-node-kind:run-journal-event",
"type": "bool",
"required": false,
"description": "terminal on RunJournalEvent (true for events that represent a terminal Run state, e.g. RUN_COMPLETED, RUN_FAILED)."
},
"outgoingEdges": [
{
"from": "meta-attribute:run-journal-event--terminal",
"to": "meta-node-kind:run-journal-event",
"kind": "defined_on",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "meta-node-kind:run-journal-event",
"to": "meta-attribute:run-journal-event--terminal",
"kind": "contains_meta_attribute",
"attributes": {}
}
]
}