explain_join
Identify the preferred join path between two entities, listing alternative paths and why they were not chosen.
Instructions
Explain, in words, the preferred join path between two entities and what it avoided.
Args: from_entity: starting entity name, e.g. "invoices". to_entity: destination entity name, e.g. "customers".
Returns the chosen path described as a sequence of hops (or null with ambiguous: true
and a note if no single path is fully marked preferred), plus every alternative path
that was available and why it was not the one chosen.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_entity | Yes | ||
| from_entity | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||