Skip to content

Commit

Permalink
atlas_lineage | 🐛 Fixing a bug.
Browse files Browse the repository at this point in the history
Signed-off-by: mgorsk1 <gorskimariusz13@gmail.com>
  • Loading branch information
mgorsk1 committed May 20, 2021
1 parent 96430e4 commit a821e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata/metadata_service/proxy/atlas_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ def get_table(self, *, table_uri: str) -> Table:
database=table_details.get('typeName'),
cluster=table_info.get('cluster', ''),
schema=table_info.get('schema', ''),
name=attrs.get('name') or table_info.get("table_name", ''),
name=attrs.get('name') or table_info.get('table', ''),
badges=badges,
tags=tags,
description=attrs.get('description') or attrs.get('comment'),
Expand Down

0 comments on commit a821e49

Please sign in to comment.