Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Copied dataset does not show up on the dashboard #2562

Closed
cceyda opened this issue Mar 17, 2023 · 0 comments · Fixed by #2596
Closed

[Bug] Copied dataset does not show up on the dashboard #2562

cceyda opened this issue Mar 17, 2023 · 0 comments · Fixed by #2596
Assignees
Labels
type: bug Indicates an unexpected problem or unintended behavior
Milestone

Comments

@cceyda
Copy link
Contributor

cceyda commented Mar 17, 2023

Describe the bug

datasets copied to another workspace using rg.copy("my_dataset", name_of_copy="my_dataset",workspace='read')
does not show up on the workspace's dashboard.

Use case: Admin user copies dataset to another users workspace.

To Reproduce

import argilla as rg

rg.init(api_url="localhost:6900",
api_key="",
workspace='admin')
# Admin copies dataset to another workspace 
rg.copy("my_dataset", name_of_copy="my_dataset",workspace='read')

Can see the dataset (as "read" user):
http://localhost:6900/datasets/read/my_dataset
Can't see the dataset listed (as "read" user, "admin" sees):
http://localhost:6900/datasets/?workspace=read

Expected behavior
Should see dataset listed in their workspace.

Environment (please complete the following information):

  • Argilla Version [e.g. 1.0.0]: 1.4.0

Additional context
workspace parameter was added recently probably something about that.

@cceyda cceyda added the type: bug Indicates an unexpected problem or unintended behavior label Mar 17, 2023
@frascuchon frascuchon added this to the v1.5.0 milestone Mar 20, 2023
@frascuchon frascuchon self-assigned this Mar 20, 2023
@frascuchon frascuchon modified the milestones: v1.5.0, v1.6.0 Mar 20, 2023
@frascuchon frascuchon mentioned this issue Mar 23, 2023
9 tasks
@frascuchon frascuchon modified the milestones: v1.6.0, v1.5.0 Apr 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants