Skip to content

Commit

Permalink
fix(client): use value for RelationshipDirection (#8912)
Browse files Browse the repository at this point in the history
  • Loading branch information
eboneil authored Oct 3, 2023
1 parent 83a7dad commit 0a5e7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata-ingestion/src/datahub/ingestion/graph/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ def get_related_entities(
url=relationship_endpoint,
params={
"urn": entity_urn,
"direction": direction,
"direction": direction.value,
"relationshipTypes": relationship_types,
"start": start,
},
Expand Down

0 comments on commit 0a5e7d1

Please sign in to comment.