Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DmytroYurchuk committed Jul 22, 2024
1 parent c6506f2 commit 0f75a36
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,9 @@ def get_ucs(self, inspector: Inspector, key: str) -> List[UpstreamClass]:
result = []
for dest in self.full_lineage.get(key, []):
dest_name = self.get_identifier(
schema=dest.get("schema", ""), entity=dest.get("name", ""), inspector=inspector
schema=dest.get("schema", ""),
entity=dest.get("name", ""),
inspector=inspector,
)
dest_urn = make_dataset_urn_with_platform_instance(
self.platform,
Expand Down

0 comments on commit 0f75a36

Please sign in to comment.