Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 committed Mar 3, 2025
1 parent a505384 commit 8ebc2df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions metadata-ingestion/src/datahub/sdk/_shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,10 @@ def set_domain(self, domain: DomainInputType) -> None:
class HasInstitutionalMemory(Entity):
__slots__ = ()

# Internally the aspect is called institutionalMemory, and so much of the code
# uses that name. However, the public-facing API is called "links", since
# that's what we call these in the UI.

def _ensure_institutional_memory(
self,
) -> List[models.InstitutionalMemoryMetadataClass]:
Expand Down

0 comments on commit 8ebc2df

Please sign in to comment.