get_dashboard_tables
Identify all upstream tables powering a Tableau dashboard by tracing through datasources. Use for root cause analysis.
Instructions
Get ALL upstream tables used by a dashboard/workbook. Traces through all datasources to find every table powering the dashboard.
This is the MAIN RCA tool - answer "What's behind this Tableau dashboard?"
Args: workbook_name: Name of the workbook/dashboard (e.g., "RCBPSlackcards", "50Cr Slack Report")
Returns: Complete list of all tables powering the dashboard
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workbook_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |