Skip to content

Commit

Permalink
Add total_usage in get_attrs fun
Browse files Browse the repository at this point in the history
  • Loading branch information
PaschalisDim committed Aug 26, 2020
1 parent 1c95ff4 commit b19f021
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion search_service/models/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ def get_attrs(cls) -> Set:
'last_updated_timestamp',
'display_name',
'programmatic_descriptions',
'schema_description',
'total_usage',
'schema_description'
}

@staticmethod
Expand Down

0 comments on commit b19f021

Please sign in to comment.