what are the prerequisites to have dataset preview visible on the dataset page?
I generated .parquet files using pyarrow and uploaded it using git push from CLI and I don’t see a preview.
Is the preview only supported when using push_to_hub method, or I am missing script file in my repo and that’s why the preview is not generated? That’s generally a more broad question about how the preview generation works under the hood. There is nothing in the docs about how it works and what are the requirements.
Hi! Is the dataset in question private? If I’m not mistaken, the preview only works for public datasets, but we plan to extend support to private datasets soon (cc @severo).
In any case, we are working on making both the docs and the error messages clearer to make it easier to solve any potential problem with the dataset server.
Do you have a particular repo we could review to understand what is occurring?