tabtosql

Tableau Workbook SQL Extract Tool


Keywords
Tableau, SQL
License
MIT
Install
pip install tabtosql==1.0.3

Documentation

 _        _     _                  _
| |_ __ _| |__ | |_ ___  ___  __ _| |
| __/ _` | '_ \| __/ _ \/ __|/ _` | |
| || (_| | |_) | || (_) \__ \ (_| | |
 \__\__,_|_.__/ \__\___/|___/\__, |_|
                                |_|

Tableau Workbook SQL Extract Tool

OVERVIEW

tabtosql is a command line tool for parsing sql queries & related information out of tableau workbooks (.twb & .twbx files). It works by taking a tableau workbook, parsing the xml, and formatting information about worksheets, connections to those worksheets, their connection(db) details, and the corresponding custom sql (assuming it exists) in a valid sql & human readable format.

USAGE

$ tabtosql input.twb(x) > output.sql

INSTALL

$ python -m pip install tabtosql