Sha256: 2083652917d6fd40bcd04ff5af4fdb4923d09fd8887c66dcadd4ab7019e13f3e
Contents?: true
Size: 1.2 KB
Versions: 9
Compression:
Stored size: 1.2 KB
Contents
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://openlineage.io/spec/facets/2-0-3/JobTypeJobFacet.json", "$defs": { "JobTypeJobFacet": { "allOf": [ { "$ref": "https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/JobFacet" }, { "type": "object", "properties": { "processingType": { "description": "Job processing type like: BATCH or STREAMING", "type": "string", "example": "BATCH" }, "integration": { "description": "OpenLineage integration type of this job: for example SPARK|DBT|AIRFLOW|FLINK", "type": "string", "example": "SPARK" }, "jobType": { "description": "Run type, for example: QUERY|COMMAND|DAG|TASK|JOB|MODEL. This is an integration-specific field.", "type": "string", "example": "QUERY" } }, "required": ["processingType", "integration"] } ], "type": "object" } }, "type": "object", "properties": { "jobType": { "$ref": "#/$defs/JobTypeJobFacet" } } }
Version data entries
9 entries across 9 versions & 4 rubygems