Records the number of rows processed by a specific pipeline operator during a job execution. Each entry in the counts array of a pipeline job item represents one operator stage, such as an input segment or transformation step, and reports the name of the asset involved, the operator's role in the pipeline, and the row count it handled.
Search
| Property |
Description |
name |
The name of the asset or step associated with this operator count, typically the source or target asset name path. |
Parameters
| Property |
Description |
type |
The role of this operator in the pipeline, such as input or output. |
count |
The number of records processed by this operator stage during the job execution. |
JSON Example
{
"name": "Quality Pipeline Daily Run",
"type": "QUALITY",
"count": 1
}