Skip to content

Commit

Permalink
Add role name to user model
Browse files Browse the repository at this point in the history
  • Loading branch information
feng-tao committed Mar 25, 2020
1 parent 9d95df4 commit 4126ee1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions amundsen_common/models/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class User:
slack_id: Optional[str] = None
employee_type: Optional[str] = None
manager_fullname: Optional[str] = None
role_name: Optional[str] = None


class UserSchema(AttrsSchema):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='amundsen-common',
version='0.2.5',
version='0.2.6',
description='Common code library for Amundsen',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 4126ee1

Please sign in to comment.