Skip to main content
Version: Next

Input Statistics Facet

Example:

{
...
"inputs": {
"inputFacets": {
"inputStatistics": {
"_producer": "https://some.producer.com/version/1.0",
"_schemaURL": "https://openlineage.io/spec/facets/1-0-0/InputStatisticsInputDatasetFacet.json",
"rowCount": 123,
"fileCount": 5,
"size": 35602
}
}
}
...
}

The facet specification can be found here.