Skip to content

Commit

Permalink
fix value
Browse files Browse the repository at this point in the history
  • Loading branch information
eboneil committed Sep 27, 2023
1 parent f95d1ae commit 9107506
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 @@ -960,7 +960,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 9107506

Please sign in to comment.