Sha256: d89f01440d08e10bb6e4a95c437f736e70034058f97d4955a35e1cda70c9d37e

Contents?: true

Size: 1 KB

Versions: 9

Compression:

Stored size: 1 KB

Contents

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://openlineage.io/spec/facets/1-0-2/OutputStatisticsOutputDatasetFacet.json",
  "$defs": {
    "OutputStatisticsOutputDatasetFacet": {
      "allOf": [
        {
          "$ref": "https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/OutputDatasetFacet"
        },
        {
          "type": "object",
          "properties": {
            "rowCount": {
              "description": "The number of rows written to the dataset",
              "type": "integer"
            },
            "size": {
              "description": "The size in bytes written to the dataset",
              "type": "integer"
            },
            "fileCount": {
              "description": "The number of files written to the dataset",
              "type": "integer"
            }
          }
        }
      ]
    }
  },
  "type": "object",
  "properties": {
    "outputStatistics": {
      "$ref": "#/$defs/OutputStatisticsOutputDatasetFacet"
    }
  }
}

Version data entries

9 entries across 9 versions & 4 rubygems

Version Path
fluent-plugin-nuopenlineage-light-0.1.0 spec/facets/OutputStatisticsOutputDatasetFacet.json
fluent-plugin-openlineage-light-0.1.4 spec/facets/OutputStatisticsOutputDatasetFacet.json
fluent-plugin-openlineage-light-0.1.3 spec/facets/OutputStatisticsOutputDatasetFacet.json
fluent-plugin-openlineage-light-0.1.1 spec/facets/OutputStatisticsOutputDatasetFacet.json
fluent-plugin-openlineage-light-0.1.0 spec/facets/OutputStatisticsOutputDatasetFacet.json
fluent-plugin-openlineage-0.1.3 spec/facets/OutputStatisticsOutputDatasetFacet.json
fluent-plugin-openlineage-0.1.1 spec/facets/OutputStatisticsOutputDatasetFacet.json
fluent-plugin-openlineage-0.1.0 spec/facets/OutputStatisticsOutputDatasetFacet.json
fluentd-openlineage-parser-0.1.0 spec/facets/OutputStatisticsOutputDatasetFacet.json