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.14.tar.gz
(10.8 kB
view details)
Built Distribution
File details
Details for the file dataplane-0.0.14.tar.gz
.
File metadata
- Download URL: dataplane-0.0.14.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 44042f19b99dda3f09076696ec735ae5702681c69e2c2ae1f6e5cc64f666b762 |
|
MD5 | 5ac0d6f5a6696655ff5535b508af72b6 |
|
BLAKE2b-256 | 4231642830ecb36e111e46e7dddd6aa98aebeb99ba2051a3d936a16d0e05e4e3 |
File details
Details for the file dataplane-0.0.14-py3-none-any.whl
.
File metadata
- Download URL: dataplane-0.0.14-py3-none-any.whl
- Upload date:
- Size: 19.9 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 | 25ca1d3d6730ed2ff26c6b60eb823778a7dc4823fa404e31206a128fa15b94c8 |
|
MD5 | 8b1ea19b1bdcccd4e935c5bb8902fc28 |
|
BLAKE2b-256 | e48981f0a05ab19b0d98280d73180052ab6720c2e7fbd1221e3b8049f165ae7f |