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

Cannot set workspace after create a new one #3262

Closed
frascuchon opened this issue Jun 23, 2023 · 0 comments · Fixed by #3263
Closed

Cannot set workspace after create a new one #3262

frascuchon opened this issue Jun 23, 2023 · 0 comments · Fixed by #3263
Assignees
Labels
type: bug Indicates an unexpected problem or unintended behavior
Milestone

Comments

@frascuchon
Copy link
Member

Once one owner user creates a new workspace, the rg.set_workspace function does not accept the new workspace.

import argilla as rg

ws = rg.Workspace.create(name)


rg.set_workspace(ws.name)
# Exception: Wrong provided workspace <name>
@frascuchon frascuchon added the type: bug Indicates an unexpected problem or unintended behavior label Jun 23, 2023
@frascuchon frascuchon linked a pull request Jun 25, 2023 that will close this issue
9 tasks
@frascuchon frascuchon added this to the v1.12.0 milestone Jun 27, 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