snb_get_warehouse_metadata
Retrieve metadata and dimension definitions for SNB Warehouse cubes to understand available dimensions and filter values before querying data.
Instructions
Get metadata and dimension structure for any SNB Warehouse cube.
Retrieves the cube's dimension definitions and last update date. Use this before querying snb_get_warehouse_data to understand what dimensions and filter values are available.
Args: params (WarehouseMetadataInput): - cube_id: SNB Warehouse cube ID to inspect. - lang: Language for labels (de/en/fr).
Returns: str: Cube ID, edition date, dimensions and their items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |