get_tables
Retrieves all table names in a specified database or schema. Use to explore database structure for data reconciliation tasks.
Instructions
List all tables in a database/schema. PREFER search_tables if user mentions a specific table name pattern.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| datasource_name | Yes | ||
| database | Yes | ||
| schema | No | Schema name (required for Snowflake) |