Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.19 KB

README.md

File metadata and controls

28 lines (17 loc) · 1.19 KB

TDS Generator

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.

Getting Started

  1. Clone the repository
  2. Edit config.ini with your environment-specific variables
  3. Install the package requirements using pip install -r requirements.txt
  4. Run the python file!

Prerequisites

  • 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

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details