get_asset_variables
Retrieve input parameters, filter annotations, and column details from an SAP Datasphere asset's OData metadata to know which variables to bind and which fields are filterable before querying.
Instructions
Retrieve input parameters/variables and filter-capability annotations declared in the OData $metadata of a SAP Datasphere asset (wave 2026.10). Use this when the asset is parameterised (e.g., a view or analytic model with input variables) and you need to know what variables to bind and which fields are filterable/sortable before querying. Returns variables (name, type, default, nullable, multi_value), filter annotations, and the column list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset_id | Yes | Asset identifier (view or analytic model exposed for consumption) | |
| space_id | Yes | Space identifier (e.g., 'SAP_CONTENT') |