Skip to content

Commit

Permalink
Merge pull request #38 from lyft/jinchang-user_other_key_value
Browse files Browse the repository at this point in the history
feat: Added other_key_values into User model
  • Loading branch information
jinhyukchang authored Jun 8, 2020
2 parents 731d803 + ba2f638 commit fac6503
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 @@ -35,6 +35,7 @@ class User:
manager_id: Optional[str] = None
role_name: Optional[str] = None
profile_url: Optional[str] = None
other_key_values: Optional[Dict[str, str]] = attr.ib(factory=dict)
# TODO: Add frequent_used, bookmarked, & owned resources


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.3.4',
version='0.3.5',
description='Common code library for Amundsen',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit fac6503

Please sign in to comment.