get_relational_metadata
Retrieve complete CSDL metadata for relational data consumption, including tables, columns, data types, primary/foreign keys, and relationships. Enables ETL planning and 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 |
|---|---|---|---|
| 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) |