Bucket does not exist or is private. Failed to download parquet, fallback on ARFF.
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 755
- Forks
- 128
- PR merge metrics
- No merged PRs in 30d
Description
I have uploaded dataset on openml as https://openml.github.io/openml-python/main/examples/30_extended/create_upload_tutorial.html#sphx-glr-examples-30-extended-create-upload-tutorial-py and the status is active, but when using
dataset = openml.datasets.get_dataset(45652)
there will be error like
Could not download file from http://openml1.win.tue.nl/dataset45652/dataset_45652.pq: Bucket does not exist or is private.
Failed to download parquet, fallback on ARFF.
I have checked the datasets that were recently uploaded. Most of them have the same problem. It there anything wrong with the dataset bucket? or Did I make any procedural mistake?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the failure with openml.datasets.get_dataset(45652) and inspect the parquet download URL and ARFF fallback. Check whether recently uploaded datasets expose accessible bucket objects; done means identifying the cause and verifying that active uploads can be downloaded successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cloud, data
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100