diff --git a/metadata-ingestion/src/datahub/ingestion/graph/client.py b/metadata-ingestion/src/datahub/ingestion/graph/client.py index 5ce2fe9941d988..221136a8979564 100644 --- a/metadata-ingestion/src/datahub/ingestion/graph/client.py +++ b/metadata-ingestion/src/datahub/ingestion/graph/client.py @@ -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. @@ -991,6 +993,10 @@ def get_results_by_filter( entity { urn } + extraProperties { + name + value + } } } }