Generation of data drift alerts based on distribution of value count

Data Integrity Suite

Product
Spatial_Analytics
Data_Integration
Data_Enrichment
Data_Governance
Precisely_Data_Integrity_Suite
geo_addressing_1
Data_Observability
Data_Quality
dis_core_foundation
Services
Spatial Analytics
Data Integration
Data Enrichment
Data Governance
Geo Addressing
Data Observability
Data Quality
Core Foundation
ft:title
Data Integrity Suite
ft:locale
en-US
PublicationType
pt_product_guide
copyrightfirst
2000
copyrightlast
2026

Scenario: Data drift alerts are generated based on the absolute percentage change in the data.

Threshold set to generate alerts: Change in the distribution of value count by 3%.

Example: Consider a database containing 1,000 records. Initially, a specific record appears 10 times within the database. Subsequently, the frequency of this record increases to 60, and the total number of records rises to 1020. In this context, the overall record count has grown by 20 while the occurrences of the specified record have increased by 50.

Alert: In this scenario, percentage drift is calculated for a value whose occurrences increased from 10 to 60. The proportion changes from (10/1000) × 100 = 1% to (60/1020) × 100 = 5.88%. The resulting change in drift percentage is 5.88% - 1% = 4.88%. Here, the data drift percentage is 4.88%, which exceeds the preset threshold, resulting in an alert.