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.11.tar.gz
(9.5 kB
view details)
Built Distribution
File details
Details for the file dataplane-0.0.11.tar.gz
.
File metadata
- Download URL: dataplane-0.0.11.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 37d50ff5d4771ac65800b274bf1972eac14308c0e141c77f43a8d5657145c424 |
|
MD5 | 26288e9a9a99a06e35ddc28ec59ae933 |
|
BLAKE2b-256 | 56a36e2898fde1cbd02ed77043b0c1e8c885ed6adf40797a1d7926fe7a7bfbaf |
File details
Details for the file dataplane-0.0.11-py3-none-any.whl
.
File metadata
- Download URL: dataplane-0.0.11-py3-none-any.whl
- Upload date:
- Size: 16.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 | 900faba527911752d2caf7b4bf0887c46cdb04a169d7896b8db8fdfeb25a0bdc |
|
MD5 | 44f85bf508881faf1d116126457965bc |
|
BLAKE2b-256 | bdfe7349fd4ce723d978b5d300f40f55d2bdb14e47ffaa718c92f0029fe52ec4 |