Sha256: b7d617295ad05c3b23356c1b5b0b4beee87d72d941eb1388d28c1ae9a878b72c
Contents?: true
Size: 1002 Bytes
Versions: 9
Compression:
Stored size: 1002 Bytes
Contents
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://openlineage.io/spec/facets/1-0-2/ExternalQueryRunFacet.json", "$defs": { "ExternalQueryRunFacet": { "allOf": [ { "$ref": "https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/RunFacet" }, { "type": "object", "properties": { "externalQueryId": { "description": "Identifier for the external system", "type": "string", "example": "my-project-1234:US.bquijob_123x456_123y123z123c" }, "source": { "description": "source of the external query", "type": "string", "example": "bigquery" } }, "required": ["externalQueryId", "source"] } ], "type": "object" } }, "type": "object", "properties": { "externalQuery": { "$ref": "#/$defs/ExternalQueryRunFacet" } } }
Version data entries
9 entries across 9 versions & 4 rubygems