Search Columns
search_columnsFind Redshift columns by keywords in column names or comments. Provide schema and optional table scope to locate matching columns for data discovery or cross-table join-key analysis.
Instructions
Search columns by keywords (space-separated, OR logic) over column name and comment.
schema_name is required. Pass table_name to scope to one table (cheap; use this for routine drill-down). Omit table_name to search every table in the schema (schema-wide; the natural primitive for cross-table FK / JOIN-key reconnaissance, returns table_name on each row).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| keywords | Yes | ||
| table_name | No | ||
| schema_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||