You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API users should be able to query a dataset and see the validation notices it includes, grouped by severity. This makes it possible for consumers to:
Screen or pre-process a dataset based on its expected data quality issues: what types of issues should I expect from this data?
Run analytics on the quality of a feed over time (compare quality between a feed's datasets): is the quality of this feed getting better over time? does something look unusual in this new feed release?
Expected Result
Using dataset id mdb-1210-202402121801 as an example:
If we want to model the full validation report as an API endpoint in the future, does the response schema need to look different to scale? (e.g to show occurrences of each notice)
The text was updated successfully, but these errors were encountered:
User Experience
API users should be able to query a dataset and see the validation notices it includes, grouped by severity. This makes it possible for consumers to:
Expected Result
Using dataset id
mdb-1210-202402121801
as an example:Option 1:
Option 2:
Considerations
The text was updated successfully, but these errors were encountered: