Skip to main content
Version: 1.30.1

Tags Run Facet

The facet contains the tags associated with the run.

Example:

{
...
"job": {
"facets": {
"_producer": "https://some.producer.com/version/1.0",
"_schemaURL": "https://github.com/OpenLineage/OpenLineage/blob/main/spec/facets/TagsJobFacet.json",
"tags": [{
"key": "containerId",
"value": "08047900167b20192704669334768182f825281777f540",
"source": "RUNTIME"
}, {
"key": "clusterId",
"value": "staging-cluster-01",
"source": "RUNTIME"
}]
}
}
...
}

The facet specification can be found here