Skip to content

Dataset.push_to_hub of a canonical dataset creates an additional dataset under the user namespace #6597

@albertvillanova

Description

@albertvillanova

While using Dataset.push_to_hub of a canonical dataset, an additional dataset was created under my user namespace.

Steps to reproduce the bug

The command:

commit_info = ds.push_to_hub(
    "caner",
    config_name="default",
    commit_message="Convert dataset to Parquet",
    commit_description="Convert dataset to Parquet.",
    create_pr=True,
    token=token,
)

creates the additional dataset albertvillanova/caner.

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions