list_schemas
Retrieve all schema names from a Redshift database to understand its structure and available data tables.
Instructions
List all schemas in the Redshift database.
Args:
db_user: Database user for authentication
db_group: Optional database group for permissions
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| db_user | Yes | ||
| db_group | No |