pyapacheatlas.core.discovery.purview.PurviewDiscoveryClient.browse#

PurviewDiscoveryClient.browse(entityType=None, api_version='2022-03-01-preview', **kwargs)#

Execute a browse search for Purview based on the entity against the /catalog/api/browse endpoint.

Parameters
  • entityType (str) – The entity type to browse as the root level entry point. This must be a valid Purview built-in or custom type.

  • path (str) – The path to browse the next level child entities.

  • limit (int) – The number of search results to return.

  • offset (int) – The number of search results to skip.

  • api_version (str) – The Purview API version to use.

Returns

Search query results with @search.count and value fields.

Return type

dict