get_relational_metadata
Retrieves relational metadata for an asset, delivering schema details like tables, columns, data types, keys, and relationships for ETL planning. Maps OData types to SQL types.
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) |