Skip to content

Commit

Permalink
changed Table model to have badges contain badges rather than tags
Browse files Browse the repository at this point in the history
Signed-off-by: Allison Suarez Miranda <asuarezmiranda@lyft.com>
  • Loading branch information
allisonsuarez committed Sep 1, 2020
1 parent 09897d9 commit 64b1952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amundsen_common/models/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ class Table:
schema: str
name: str
tags: List[Tag] = []
badges: Optional[List[Tag]] = []
badges: List[Badge] = []
table_readers: List[Reader] = []
description: Optional[str] = None
columns: List[Column]
Expand Down

0 comments on commit 64b1952

Please sign in to comment.