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.1.2.tar.gz
(11.0 kB
view details)
Built Distribution
dataplane-0.1.2-py3-none-any.whl
(21.7 kB
view details)
File details
Details for the file dataplane-0.1.2.tar.gz
.
File metadata
- Download URL: dataplane-0.1.2.tar.gz
- Upload date:
- Size: 11.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 379fe9be2166c2bfb79adef289375cc07ccb0438813f7019d273e04fafe2f3ba |
|
MD5 | 0b888ad2a48aedfc6682f0a1b2b18dfb |
|
BLAKE2b-256 | b3c333071f78e2d0e599ec33a837246d9dae7ebdc9ea890ff43f08bc3b682ba3 |
File details
Details for the file dataplane-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: dataplane-0.1.2-py3-none-any.whl
- Upload date:
- Size: 21.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8a7994d0608f380122244961e6391219e29faad9612aaeb83e0c6d14c8e9f5f4 |
|
MD5 | 6f4f0efec669b3a0a75e1a2b59a09948 |
|
BLAKE2b-256 | 673e44cef87873f25d093afefadbd087a8af0d6de3bf2b16cc961800fd9dcd7b |