huggingface / dataset-viewer

Backend that powers the dataset viewer on Hugging Face dataset pages through a public API.
https://huggingface.co/docs/dataset-viewer
Apache License 2.0
702 stars 77 forks source link

Fix CI e2e admin test_metrics with missing dataset_status #3022

Closed albertvillanova closed 3 months ago

albertvillanova commented 3 months ago

Fix CI e2e admin test_metrics by adding missing dataset_status="normal" label.

This CI failure was introduced by:

Fix #3021.

severo commented 3 months ago

Thanks for fixing it, I should have taken care in the PR