Skip to content

Commit

Permalink
fix(ingest/graph): Update get_results_by_filter graphql query (#10991)
Browse files Browse the repository at this point in the history
  • Loading branch information
asikowitz authored Jul 25, 2024
1 parent 6fe5692 commit 56bb4c8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions metadata-ingestion/src/datahub/ingestion/graph/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -926,6 +926,8 @@ def get_results_by_filter(
) -> Iterable[dict]:
"""Fetch all results that match all of the given filters.
Note: Only supported with Acryl Cloud.
Filters are combined conjunctively. If multiple filters are specified, the results will match all of them.
Note that specifying a platform filter will automatically exclude all entity types that do not have a platform.
The same goes for the env filter.
Expand Down Expand Up @@ -991,6 +993,10 @@ def get_results_by_filter(
entity {
urn
}
extraProperties {
name
value
}
}
}
}
Expand Down

0 comments on commit 56bb4c8

Please sign in to comment.