Skip to content

Commit

Permalink
feat: add chart to dashboard model (#73)
Browse files Browse the repository at this point in the history
* feat: add chart to dashboard model

Signed-off-by: feng-tao <fengtao04@gmail.com>

* feat: fix model

Signed-off-by: feng-tao <fengtao04@gmail.com>
  • Loading branch information
feng-tao authored Oct 15, 2020
1 parent bab8939 commit 241f627
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/dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class DashboardSummary:
url: str = attr.ib()
description: Optional[str] = None
last_successful_run_timestamp: Optional[int] = None
chart_names: Optional[List[str]] = []


class DashboardSummarySchema(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.4',
version='0.5.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 241f627

Please sign in to comment.