Skip to content

Commit

Permalink
Passed urn to Table class in get_table_details
Browse files Browse the repository at this point in the history
  • Loading branch information
murdo-moj committed May 22, 2024
1 parent ee404ce commit 7084ab5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def get_table_details(self, urn) -> Table:
else:
relations = {}
return Table(
urn=None,
urn=urn,
display_name=display_name,
name=name,
fully_qualified_name=qualified_name,
Expand Down

0 comments on commit 7084ab5

Please sign in to comment.