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.19.tar.gz
(10.9 kB
view details)
Built Distribution
File details
Details for the file dataplane-0.0.19.tar.gz
.
File metadata
- Download URL: dataplane-0.0.19.tar.gz
- Upload date:
- Size: 10.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 997629a3b0b6e73183aa473f1ea2ef682f9eaf2b2d9f40bf15f3aecccfeabe54 |
|
MD5 | b416158b78bcd163512a604ed5e41ec0 |
|
BLAKE2b-256 | 3d9d9ea61bbf9236c19df0d550d343a8a5327dc836fb8fe6274917c2fd0d0ff0 |
File details
Details for the file dataplane-0.0.19-py3-none-any.whl
.
File metadata
- Download URL: dataplane-0.0.19-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.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3df592b2bc8e0e1e01f2c66e2cb57c612e69cbc9bfc0aa3a67dea4a74a247180 |
|
MD5 | 89f63cf0bd6b57d7a63a0301cc893e30 |
|
BLAKE2b-256 | 65a877685f28112c8c349fbbd04a05695b0632d63f8bc0598713a3d80740fa86 |