Skip to content

Commit

Permalink
Also remove type info in documentation of get_aspects_for_entity
Browse files Browse the repository at this point in the history
  • Loading branch information
Masterchen09 committed Jul 31, 2024
1 parent 23a142a commit 337ed97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metadata-ingestion/src/datahub/ingestion/graph/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -523,8 +523,8 @@ def get_aspects_for_entity(
responds to these calls, and will be fixed automatically when the server-side issue is fixed.
:param str entity_urn: The urn of the entity
:param List[str] aspects: List of aspect names being requested (e.g. [schemaMetadata, datasetProperties])
:param List[Type[Aspect]] aspect_types: List of aspect type classes being requested (e.g. [datahub.metadata.schema_classes.DatasetProperties])
:param aspects: List of aspect names being requested (e.g. [schemaMetadata, datasetProperties])
:param aspect_types: List of aspect type classes being requested (e.g. [datahub.metadata.schema_classes.DatasetProperties])
:return: Optionally, a map of aspect_name to aspect_value as a dictionary if present, aspect_value will be set to None if that aspect was not found. Returns None on HTTP status 404.
:raises HttpError: if the HTTP response is not a 200
"""
Expand Down

0 comments on commit 337ed97

Please sign in to comment.