Operator record count view - Precisely_Data_Integrity_Suite - Data_Quality - dis_core_foundation

Quality APIs

Product type
Software
Portfolio
Integrate
Enrich
Product family
Precisely Data Integrity Suite
Product
Precisely Data Integrity Suite > Data Quality
ft:locale
en-US
ft:title
Quality APIs
Copyright
2026
First publish date
2023
ft:lastEdition
2026-08-27
ft:lastPublication
2026-08-27T12:09:30.578000
L1_Product_Gateway
Verify
L2_Product_Segment
Data Quality
L3_Product_Brand
Precisely Data Integrity Suite
L4_Investment_Segment
Suite Verify
L5_Product_Group
Data Quality
L6_Product_Name
Suite Data Quality

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
}