Sha256: 88b253a379af2a73db7f38e871e3c89c8d68a9bfde80509df6f1eb17a4db5e8f
Contents?: true
Size: 980 Bytes
Versions: 9
Compression:
Stored size: 980 Bytes
Contents
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://openlineage.io/spec/facets/1-0-1/StorageDatasetFacet.json", "$defs": { "StorageDatasetFacet": { "allOf": [ { "$ref": "https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/DatasetFacet" }, { "type": "object", "properties": { "storageLayer": { "description": "Storage layer provider with allowed values: iceberg, delta.", "type": "string" }, "fileFormat": { "description": "File format with allowed values: parquet, orc, avro, json, csv, text, xml.", "type": "string" } }, "additionalProperties": true, "required": ["storageLayer"] } ], "type": "object" } }, "type": "object", "properties": { "storage": { "$ref": "#/$defs/StorageDatasetFacet" } } }
Version data entries
9 entries across 9 versions & 4 rubygems