openml / openml/OpenML

Bucket does not exist or is private. Failed to download parquet, fallback on ARFF.

Open
#1,197 2 comments 1 reaction 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.