A collection of helpers to reduce boilerplate with Tableau APIs.
Project description
tableau_helpers
A wrapper for the tableau-server-client and hyper-api which abstracts away boilerplate and in some cases provides a CLI which works without admin privileges.
tableau_helpers.hyper
Create hyperfiles from one or more csvs by providing a source, destination, schema, and optional parameters.
Code integration
See test_hyper.py for some examples in action.
tableau_helpers.publish
Upload datasources from your machine to the tableau server by providing a hyperfile as a source and a project as a destination.
Code integration
See test_publish.py for an example.
Development
There are a few steps to set up the development environment.
- Make a copy of .env.sample and save it as .env
- Add your Personal Access Token to .env
- Set the tableau-server url in .env ex:
https://tableau-test.rki.local - If your SSL cert is self signed, download a copy of your pem and provide the path in .env, otherwise delete the cert entry.
- Install pre-commit either in an environment or for your user.
- Setup pre-commit hooks
pre-commit install -t pre-commitpre-commit install -t pre-push
- Install tox either in an environment or for your user.
- Test run tox for unit tests
tox(note: some integration tests require a connection to your tableau server) - Test run tox to reformat files
tox -e lint
- Test run tox for unit tests
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tableau-helpers-2.0.5.tar.gz.
File metadata
- Download URL: tableau-helpers-2.0.5.tar.gz
- Upload date:
- Size: 16.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1535fb68bfb72aea469b1e2cb803cbb457d76162535f9e031b12c11d96dba6c2
|
|
| MD5 |
8c2ddbd48de169a5afbfc3e8c9d5a3f9
|
|
| BLAKE2b-256 |
276c50d802f21b05d60d8c1b31c4ba11e367bdf3a718a6caf0d6fbbe82fa0c9f
|
File details
Details for the file tableau_helpers-2.0.5-py3-none-any.whl.
File metadata
- Download URL: tableau_helpers-2.0.5-py3-none-any.whl
- Upload date:
- Size: 12.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16294e83b1b5d9e072901468aea8a66613e3723f5719303fe3edb7115c8ec017
|
|
| MD5 |
e9f4987e1cfeeb9c569e772e0864f5fc
|
|
| BLAKE2b-256 |
67acde029ffd1978492442272eee433ac3a86e1997e0f01ba86d27ed22208f96
|