list_columns
Retrieve column names, types, and nullable status for a specified table in Redshift. Optionally include column and parent table comments.
Instructions
List columns (name, type, nullable) in a table. Pass include_comments=True to include column comments inline; include_parent_comments (default True) also returns the parent table's comment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| table_name | Yes | ||
| schema_name | Yes | ||
| include_comments | No | ||
| include_parent_comments | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||