Skip to content
This repository was archived by the owner on Feb 13, 2026. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 390 Bytes

File metadata and controls

9 lines (6 loc) · 390 Bytes

python-data-dictionary-to-csv

This example downloads the data dictionary view provided by HelioCampus to a CSV file in the present working directory.

Running the Example

  1. Copy the file .env-dist to .env and fill in the values for your authentication token and the Tableau Server URL.
  2. Install the script dependencies found in requirements.txt
  3. Run the script, main.py.