discovery
Creates, updates, deletes, gets or lists a discovery resource.
Overview
| Name | discovery |
| Type | Resource |
| Id | azure.purview_catalog.discovery |
Fields
The following fields are returned by SELECT queries:
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
query | exec | endpoint | Gets data using search. | |
suggest | exec | endpoint | Get search suggestions by query criteria. | |
browse | exec | endpoint | Browse entities by path or entity type. | |
auto_complete | exec | endpoint | Get auto complete options. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
endpoint | string | The service endpoint host (no scheme). (default: ) |
Lifecycle Methods
- query
- suggest
- browse
- auto_complete
Gets data using search.
EXEC azure.purview_catalog.discovery.query
@endpoint='{{ endpoint }}' --required
;
Get search suggestions by query criteria.
EXEC azure.purview_catalog.discovery.suggest
@endpoint='{{ endpoint }}' --required
;
Browse entities by path or entity type.
EXEC azure.purview_catalog.discovery.browse
@endpoint='{{ endpoint }}' --required
;
Get auto complete options.
EXEC azure.purview_catalog.discovery.auto_complete
@endpoint='{{ endpoint }}' --required
;