Skip to content

Commit

Permalink
feat: added badges field (optional) to column in table model (#68)
Browse files Browse the repository at this point in the history
* added badges field (optional) to column in table model

Signed-off-by: Allison Suarez Miranda <asuarezmiranda@lyft.com>

* bumped versionm

Signed-off-by: Allison Suarez Miranda <asuarezmiranda@lyft.com>
  • Loading branch information
allisonsuarez authored Sep 28, 2020
1 parent 7ff2fe1 commit 7bf5a84
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/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ class Column:
col_type: str
sort_order: int
stats: List[Stat] = []
badges: Optional[List[Badge]] = []


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

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

0 comments on commit 7bf5a84

Please sign in to comment.