get_relational_entity_metadata
Retrieve detailed metadata for a relational entity, including column definitions, data types, SQL type mappings, and ETL extraction capabilities, to support data warehouse loading and transformation workflows.
Instructions
Get detailed metadata for a specific relational entity including column definitions, data types, SQL type mappings, and ETL extraction capabilities. Optimized for data warehouse loading and transformation workflows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| space_id | Yes | Space identifier (e.g., 'SAP_CONTENT') | |
| asset_id | Yes | Asset/entity identifier (e.g., 'SAP_SC_FI_AM_FINTRANSACTIONS') | |
| include_sql_types | No | Include SQL type mappings for target databases (default: true) |