get_resource
Retrieve full details of a catalog resource by its unique ID, including tables, columns, and views. Use after finding resources via search or list.
Instructions
Retrieve a specific resource by its ID.
Use this to get full details of a catalog resource (table, column, view, etc.)
after finding it through list_resources or search_data_assets.
Args:
resource_id: The unique identifier of the resource to retrieve
truncate_length: Maximum characters for text fields in results (default: 150).
Set to None when you need full descriptions/definitions.
Returns:
Resource details with text fields truncated to specified length
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resource_id | Yes | The unique identifier of the resource to retrieve | |
| truncate_length | No | Maximum characters for text fields in results. Set to None for full descriptions/definitions |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |