-
Notifications
You must be signed in to change notification settings - Fork 14k
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
Customizing User model to add more details #9448
Comments
For anyone who runs into a similar issue, I resolved this by overriding the
This adds
|
Hi, can you please share the full code? we want to add a few more fields and we cannot do them into our DB. Is it possible to share the full code? |
@jay-finn I'm trying the solution you indicated but I'm having a lot of problems, do I have to upgrade or migrate? |
Can someone help me adjust this to my superset install. I have tried what @jay-finn suggested but i only see the column in my database, buut nothing is saved. I would appreciate some guidance. |
The user model in Superset only contains the following fields:
If I want to add more (let's say
country
,location
, etc.) how would I go about it?I looked at the
UserAttribute
class, but not quite sure how to use it.Would I need to customize the schema for
ab_user
table? And if so, how can I do that?The text was updated successfully, but these errors were encountered: