suggest_joins
Discovers foreign-key join candidates between your dataset and indexed datasets by sampling values and detecting high-overlap columns, enabling efficient data combination.
Instructions
Discover FK candidates between this dataset and other indexed datasets (B5). For each non-PK column in the source, scans up to 20 other datasets' PK candidates and proposes joins where containment ≥ 95%. Sample-based (500 distinct values per source column).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset | Yes | Source dataset identifier |