data_sources
Creates, updates, deletes, gets or lists a data_sources resource.
Overview
| Name | data_sources |
| Type | Resource |
| Id | azure.purview_scanning.data_sources |
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 |
|---|---|---|---|---|
get_raw | exec | endpoint | Get a data source. | |
list_all | exec | endpoint | List data sources in Data catalog. |
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
- get_raw
- list_all
Get a data source.
EXEC azure.purview_scanning.data_sources.get_raw
@endpoint='{{ endpoint }}' --required
;
List data sources in Data catalog.
EXEC azure.purview_scanning.data_sources.list_all
@endpoint='{{ endpoint }}' --required
;