get_datasource_tables
Retrieve the upstream database tables powering a Tableau datasource. Ideal for root cause analysis by showing which tables are queried.
Instructions
Get the actual upstream tables (e.g., corp_analytics tables) used by a datasource. This is the KEY tool for RCA - shows exactly which tables power a Tableau datasource.
Use this to answer: "What tables does this datasource query?"
Args: datasource_name: Name of the datasource (e.g., "NAVI Pay DM", "GI Business Data Model")
Returns: List of upstream tables with schema and database info
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| datasource_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |