get_relational_metadata
Retrieve relational metadata for a data asset including tables, columns, data types, keys, and relationships. Supports ETL planning with SQL type mapping.
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 |
|---|---|---|---|
| space_id | Yes | Space identifier (e.g., 'SAP_CONTENT') | |
| asset_id | Yes | Asset identifier (e.g., 'CUSTOMER_VIEW') | |
| map_to_sql_types | No | Map OData types to SQL types (default: true) |