[BUG] Revisit permissions in FeedbackDataset
via allowed_for_roles
#3545
Labels
Milestone
FeedbackDataset
via allowed_for_roles
#3545
Describe the bug
More than a bug, this is an issue created to revisit the permissions for the
FeedbackDataset
methods to ensure that the Python client permission restrictions viaallowed_for_roles
are matching the API policies.Expected behavior
Ensure that the methods only allowed for either owners or admins with access to a given workspace are properly set, and that the
PermissionError
s are raised when applicable.The text was updated successfully, but these errors were encountered: