II.
MetaNodeKind JSON
Structured · livemeta-node-kind:execution
Execution (meta) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-node-kind:execution",
"_kind": "MetaNodeKind",
"_file": "catalog-meta/meta-registry/meta-registry-surfacing-path.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "Execution (meta)",
"name": "Execution",
"cluster": "4-surfacing-path",
"prefix": "execution",
"origin": "universal",
"purpose": "where/how work runs (local/docker/ssh/k8s/cloud/direct)",
"exampleCount": 0,
"invariants": []
},
"outgoingEdges": [
{
"from": "meta-node-kind:execution",
"to": "meta-cluster:surfacing-path",
"kind": "in_cluster",
"attributes": {}
},
{
"from": "meta-node-kind:execution",
"to": "meta-attribute:execution--id",
"kind": "contains_meta_attribute",
"attributes": {}
},
{
"from": "meta-node-kind:execution",
"to": "meta-attribute:execution--kind",
"kind": "contains_meta_attribute",
"attributes": {}
},
{
"from": "meta-node-kind:execution",
"to": "meta-attribute:execution--isolation",
"kind": "contains_meta_attribute",
"attributes": {}
},
{
"from": "meta-node-kind:execution",
"to": "meta-attribute:execution--sandbox-impl",
"kind": "contains_meta_attribute",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "meta-cluster:surfacing-path",
"to": "meta-node-kind:execution",
"kind": "contains_meta_node_kind",
"attributes": {}
},
{
"from": "meta-attribute:execution--id",
"to": "meta-node-kind:execution",
"kind": "defined_on",
"attributes": {}
},
{
"from": "meta-attribute:execution--kind",
"to": "meta-node-kind:execution",
"kind": "defined_on",
"attributes": {}
},
{
"from": "meta-attribute:execution--isolation",
"to": "meta-node-kind:execution",
"kind": "defined_on",
"attributes": {}
},
{
"from": "meta-attribute:execution--sandbox-impl",
"to": "meta-node-kind:execution",
"kind": "defined_on",
"attributes": {}
},
{
"from": "meta-edge-kind:runs-via",
"to": "meta-node-kind:execution",
"kind": "target_of_meta_edge",
"attributes": {}
},
{
"from": "meta-edge-kind:sandboxed-by",
"to": "meta-node-kind:execution",
"kind": "source_of_meta_edge",
"attributes": {}
}
]
}