mount_table
Explicitly register a Fabric Delta table with a lakehouse and table name for use in code execution without auto-mounting.
Instructions
Explicitly register one Fabric Delta table as <lakehouse>.<table>. Usually unnecessary — run_sql auto-mounts referenced tables — but useful to pre-register a table for use in run_code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| lakehouse | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |