See #213 (comment) and #213 (comment)
When receiving error 429 when fetching Parquet data, we could:
- read the
Retry-After header if present, otherwise use a default retry delay
- wait for this delay then retry
- show a temporary error message (toast?). If we identify that the source is Hugging Face (only in https://github.com/hyparam/space for now), we could propose to login if it's not already the case, because passing a token raises the rate limiting threshold.