get_relational_metadata
Get CSDL metadata for an asset and return its relational schema: tables, columns, data types, keys, and relationships, with SQL type mapping for ETL planning.
Instructions
Retrieve CSDL metadata for relational consumption of a specific asset. Returns complete schema information including tables, columns, data types, primary/foreign keys, and relationships for relational data access and ETL planning. Includes SQL type mapping.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset_id | Yes | Asset identifier (e.g., 'CUSTOMER_VIEW') | |
| space_id | Yes | Space identifier (e.g., 'SAP_CONTENT') | |
| map_to_sql_types | No | Map OData types to SQL types (default: true) |