-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Ability to handover ownership of objects (query, dashboard) to another user #1387
Comments
The objects that should be handedover are:
Any other else? Would be a good idea to have this coded at the beginning as a cli task? like in https://github.com/getredash/redash/blob/master/redash/cli/users.py ? |
Alerts and NotificationDestinations. |
@arikfr Is there a way to transfer ownership without it being a feature available out of the box? |
Seems it possible to update via DB directly? Eg: change the foreign key user_id, but wondering if there is a break relationship data? |
For cases when a user leaves the organization, admin (or the user herself) should be able to transfer the ownership to someone else.
The text was updated successfully, but these errors were encountered: