Project description
tableau-to-sqlite

Fetch data from Tableau into a SQLite database. A wrapper around TableauScraper.
Installation
Install this tool using pip
:
$ pip install tableau-to-sqlite
Usage
You need to know the name of the Tableau view you want to import. This will be two strings separated by a /
symbol - something like this:
OregonCOVID-19VaccineProviderEnrollment/COVID-19VaccineProviderEnrollment
Now run the tool like this:
tableau-to-sqlite tableau.db \
OregonCOVID-19VaccineProviderEnrollment/COVID-19VaccineProviderEnrollment
This will create a SQLite database called tableau.db
containing one table for each of the worksheepts in the view.
Development
To contribute to this tool, first checkout the code. Then create a new virtual environment:
cd tableau-to-sqlite
python -mvenv venv
source venv/bin/activate
Or if you are using pipenv
:
pipenv shell
Now install the dependencies and tests:
pip install -e '.[test]'
To run the tests:
pytest
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
File details
Details for the file tableau-to-sqlite-0.1.1.tar.gz
.
File metadata
-
Download URL: tableau-to-sqlite-0.1.1.tar.gz
- Upload date:
-
Size: 2.7 kB
- Tags: Source
-
Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Hashes for tableau-to-sqlite-0.1.1.tar.gz
Algorithm |
Hash digest |
|
SHA256 |
f4b25d959ed675b628575d334de23e39966416f1d527ff80f8cf1d193acacfb3
|
|
MD5 |
a5a7b4e5d1ba19f14924b9a6a66ef51f
|
|
BLAKE2b-256 |
3678590f2093df514c3d72adab91e56eca46ba107f68968d49759303f8023a17
|
|
See more details on using hashes here.
File details
Details for the file tableau_to_sqlite-0.1.1-py3-none-any.whl
.
File metadata
-
Download URL: tableau_to_sqlite-0.1.1-py3-none-any.whl
- Upload date:
-
Size: 7.2 kB
- Tags: Python 3
-
Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Hashes for tableau_to_sqlite-0.1.1-py3-none-any.whl
Algorithm |
Hash digest |
|
SHA256 |
119f7c02b7dcd2342ab609b64f8486fb3b39cb6ae1bb8192937f965b1459c346
|
|
MD5 |
0e4b8f214aa6524ab258c0e8b8b5dba9
|
|
BLAKE2b-256 |
1475a0225a18067dcf4d2ee271c48169b6013549dcee80473aa30e66b684a76a
|
|
See more details on using hashes here.