Skip to content

Commit

Permalink
fix: Used request.relation_attribute on self._include_on_relations
Browse files Browse the repository at this point in the history
  • Loading branch information
Aryamanz29 committed Oct 16, 2024
1 parent b90cf73 commit 0df3e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyatlan/model/lineage.py
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ def request(self) -> LineageListRequest:
for field in self._includes_on_results
]
if self._include_on_relations:
request.attributes = [
request.relation_attributes = [
field.atlan_field_name if isinstance(field, AtlanField) else field
for field in self._include_on_relations
]
Expand Down

0 comments on commit 0df3e03

Please sign in to comment.