We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To allow report customization, results can have a better API. The current one looks like:
arche.report.results.get("JSON Schema Validation") Result( name='JSON Schema Validation', messages={ <Level.ERROR: 2>:[ Message(summary='34021 items were checked, 3 error(s)', detailed=None, errors=defaultdict(<class 'set'>, { "'FRANCHISE' is a required property": { '2235/1375/40/347696',...'2235/1375/40/477297'}})) ], <Level.ERROR: 1>:[ Message(summary=...)]}, items_count=34021, err_items_count=16282, _stats=_pd.Series and pd.DataFrames_, _figures=_plotly figures from _stats_ )
{ "field": "FRANCHISE", "items_affected": 16282, "items_sample": [ { "id": 367187, "url": "https://app.scrapinghub.com/p/1/1375/40/item/367187" }, "..." ], "items_total": 34021, "reason": "is a required property" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To allow report customization, results can have a better API. The current one looks like:
The text was updated successfully, but these errors were encountered: