validate_workbook
Check Tableau workbook files for XSD schema deviations with an informational, non-blocking validation tool that identifies potential formatting issues without preventing file usage.
Instructions
Run an informational XSD schema check on a workbook (2026.1 schema).
This is a non-blocking, advisory check only. Tableau Desktop is the true validator — it routinely produces workbooks that deviate from the published XSD schema, so deviations reported here do NOT indicate the workbook is broken. The workbook will almost certainly open correctly in Tableau regardless of any deviations found.
Args: file_path: Path to a .twb or .twbx file to check. If omitted, checks the currently open workbook (in memory).
Returns: Informational summary of schema deviations (if any).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |