list_tables
List tables in a Redshift schema with optional inline comments and parent schema comments to guide data discovery.
Instructions
List tables in a schema. Pass include_comments=True to include table comments inline; include_parent_comments (default True) also returns the parent schema's comment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| schema_name | Yes | ||
| include_comments | No | ||
| include_parent_comments | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||