Is there a way to detect data quality issues from the streaming inputs (eventhub) (JSON) in Azure stream analytics?
Scenarios: 1) Bad messages: Blank records, NULLS/Spaces in key columns 2) values above expected Range, incorrect data type etc. 3) Non- Standard messages
Have checked Anomaly detection but it does not provide these features.
NOTE: I am running a job for =Data Quality in parallel to data processing to capture messages with data quality issues into BLOB to investigate/reprocess.
To avoid the performance issues in processing pipeline.
Has anyone implemented a data Quality framework in Azure ?
Thanks, Mohan