-
Notifications
You must be signed in to change notification settings - Fork 26
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
Support roles as a list property of Dashboards #31
base: master
Are you sure you want to change the base?
Support roles as a list property of Dashboards #31
Conversation
I am still working on saving a Dashboard with roles attached. This is not working yet because the save function in base.py is not yet converting the list of Role objects to json. |
…eters/superset-api-client into support-roles-property-of-dashboards
… into support-roles-property-of-dashboards # Conflicts: # supersetapiclient/client.py
5cd9f32
to
adae42d
Compare
Hi @ecederstrand or other supersetapiclient developer, I'm done with the changes I needed to store the Roles of a Dashboard. I have applied these changes to my superset setup and they work. I would like to follow through on this PR and merge it.
|
Hello @ljpeters , Thank you for your contribution. I was on vacations and unable to respond sooner.
Thanks again |
@ljpeters If you merge the latest develop into this branch, then there's now a full test suite you can add test cases to, with lots of examples on how to write tests cases. |
Is this still in progress? |
The roles input field is revealed after enabling DASHBOARD_RBAC flag.
The information was already retrieved, but now also stored in the Dashboard during json processing.