suggest_joins
Find join paths between two database tables using foreign key relationships and heuristic column matching, with results ranked by confidence.
Instructions
Suggest join paths between two tables using FK graph + heuristic column matching. Results ordered by descending confidence. Table names as 'schema.table'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | ||
| table_a | Yes | ||
| table_b | Yes | ||
| max_hops | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |