get_dashboard_sql_from_url
Retrieve all custom SQL queries from a Tableau dashboard by providing its URL. Identifies the SQL and datasources powering each sheet.
Instructions
Get ALL custom SQL queries for a Tableau dashboard from its URL. This is the MAIN tool for reverse engineering - give it a URL, get the SQL.
Use this to answer: "What SQL/tables power this Tableau dashboard?"
Args: url: Full Tableau dashboard URL (e.g., https://tableau.server.com/authoring/Workbook/View)
Returns: Complete breakdown: Dashboard info, sheets, datasources, and custom SQL for each
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |