Sha256: f18db2745c1cc96ae49a52a8cbc30dd45a88446e73b4cf96def9faa5166cbfeb
Contents?: true
Size: 729 Bytes
Versions: 9
Compression:
Stored size: 729 Bytes
Contents
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://openlineage.io/spec/facets/1-0-1/DatasourceDatasetFacet.json", "$defs": { "DatasourceDatasetFacet": { "allOf": [ { "$ref": "https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/DatasetFacet" }, { "type": "object", "properties": { "name": { "type": "string" }, "uri": { "type": "string", "format": "uri" } } } ], "type": "object" } }, "type": "object", "properties": { "dataSource": { "$ref": "#/$defs/DatasourceDatasetFacet" } } }
Version data entries
9 entries across 9 versions & 4 rubygems