The data engineering library to build robust, reliable and on time data pipelines in Python.
Project description
dataplane-python-package
The data engineering library to build robust, reliable and on time data pipelines in Python.
To use with Dataplane Data Platform
Install Python Package on Dataplane: https://learn.dataplane.app/installing-python-packages
Recipes to use Dataplane Python Package: https://recipes.dataplane.app/office-365/sharepoint-api
Run tests in repo root
pytest -s
For a specific test
pytest -s src/dataplane/data_storage/test_sharepoint_upload.py
pytest -s -k test_sharepoint.py
Troubleshooting errors
If an error occurs, try removing .pytest_cache and __pycache__
- can happen after devcontainers build
find . | grep -E "(/__pycache__$|\.pyc$|\.pyo$)" | xargs rm -rf
rm -rf /home/vscode/.local/lib/python3.10/site-packages/
### S3 / Minio for testing in VS code devcontainers
- Go to http://localhost:9011
- Login with: username: admin and password: hello123
- bucket: dataplanebucket
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
dataplane-0.0.18.tar.gz
(10.6 kB
view details)
Built Distribution
File details
Details for the file dataplane-0.0.18.tar.gz
.
File metadata
- Download URL: dataplane-0.0.18.tar.gz
- Upload date:
- Size: 10.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 15362f9347742b41553180fcf0eeef6df62ee0bcfca3aa71528d3c738edd8e18 |
|
MD5 | 2932a2aa72a339c7454394c9315f7653 |
|
BLAKE2b-256 | 9ca5b7d8e878596942af7c39d3099f30be5a0ad99ab9249ea9bd71567d6c6947 |
File details
Details for the file dataplane-0.0.18-py3-none-any.whl
.
File metadata
- Download URL: dataplane-0.0.18-py3-none-any.whl
- Upload date:
- Size: 20.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 58552c4d91f6fbc2e8dbeeb5888fba9bf9aa7014d17566aa4538c126367a7f4a |
|
MD5 | 9f88e9b551f855e1114c25eb9649c977 |
|
BLAKE2b-256 | 687841feb2b4a13d40c8cbb1432c26ef485b55526d33a811f48440addda028c0 |