Connects to an existing PostgreSQL database, creates Tableau Data Source (TDS) files from tables or a custom SQL string, and publishes the TDS files to an existing Tableau Server.
- Clone the repository
- Edit config.ini with your environment-specific variables
- Install the package requirements using
pip install -r requirements.txt
- Run the python file!
- Python - Developed and tested on version 3.7.5
- Access to a running Tableau Server - Developed and tested on version 2019.1.6
- Access to a running PostgreSQL Server - Developed and tested on version 10.X
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- MHarmony - GitHub
This project is licensed under the MIT License - see the LICENSE.md file for details