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

Ability to handover ownership of objects (query, dashboard) to another user #1387

Open
arikfr opened this issue Nov 13, 2016 · 5 comments
Open

Comments

@arikfr
Copy link
Member

arikfr commented Nov 13, 2016

For cases when a user leaves the organization, admin (or the user herself) should be able to transfer the ownership to someone else.

@ikks
Copy link

ikks commented Sep 22, 2017

The objects that should be handedover are:

  • QuerySnippet
  • Dashboard
  • Query

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 ?

@arikfr
Copy link
Member Author

arikfr commented Oct 9, 2017

Alerts and NotificationDestinations.

@dhruvprajapati
Copy link

@arikfr Is there a way to transfer ownership without it being a feature available out of the box?

@agungyuliaji
Copy link

Seems it possible to update via DB directly? Eg: change the foreign key user_id, but wondering if there is a break relationship data?

@jredblue
Copy link

jredblue commented Mar 6, 2024

@arikfr Hi Arik, I made a PR to provide functionality for updating the owner of a query if you want to check it out. I could make a similar change for updating dashboard owners as well if that is wanted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants