search_columns
Find Fusion tables and views by column name or column comment to identify all tables containing a specific column, along with column metadata.
Instructions
Find Fusion tables/views by column name or column comment. Example: search_columns('INVOICE_ID') to find every table with an invoice-id column.
Returns: owner, table_name, column_name, data_type, column_comment, table_comment
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyword | Yes | ||
| limit | No |