You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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')
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
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):
Additional context
workspace
parameter was added recently probably something about that.The text was updated successfully, but these errors were encountered: