jayhjha opened a new issue #9448: Customizing User model to add more details URL: https://github.com/apache/incubator-superset/issues/9448 The user model in Superset only contains the following fields: ``` username firstName lastName userId isActive email ``` 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?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
