Changelog
Dataset ingestion insights now available

Ben Rose
on
You can now see exactly how each row of your data matched (or didn't) every time a dataset ingests. A new ingress log gives you a full matching waterfall for every ingestion event — from total rows received all the way through to which rows were eligible for enrichment.
Each ingress log entry captures:
- Row counts at every stage — from total rows received through processable, valid, allowed, recognized, and enrichable
- Recognition rate — what share of your allowed rows matched known identities in the Faraday Identity Graph
- Enrichability — how many rows and unique people were eligible for enrichment
The most recent log entry is shown by default with the matching waterfall already open, so you get an at-a-glance read on your data quality every time you visit a dataset.
Logs are also accessible via the API at GET /datasets/{dataset_id}/logs/ingress. See the dataset documentation for details.