Collection of Prefect tasks to interact with Soda Cloud APIs.
Project description
prefect-soda-cloud
Visit the full docs here to see additional examples and the API reference.
Collection of Prefect tasks to interact with Soda Cloud APIs.
Resources
For more tips on how to use tasks and flows in a Collection, check out Using Collections!
Installation
Install prefect-soda-cloud
with pip
:
pip install prefect-soda-cloud
Requires an installation of Python 3.8+.
We recommend using a Python virtual environment manager such as pipenv, conda or virtualenv.
These tasks are designed to work with Prefect 2.0. For more information about how to use Prefect, please refer to the Prefect documentation.
Examples
Note, to use the load
method on Blocks, you must already have a block document saved through code or saved through the UI.
Below is an example on saving block documents through code.
from prefect_soda_cloud import SodaCloudCredentials
SodaCloudCredentials(
user_or_api_key_id="<username or API key ID>",
pwd_or_api_key_secret="<password or API key secret>"
).save("your_block_fancy_name")
from prefect_soda_cloud import SodaCloudAuthConfig, SodaCloudCredentials
# Assuming you have already registered your Soda Cloud credentials in a block, you can load it
creds = SodaCloudCredentials.load("your_block_fancy_name")
SodaCloudAuthConfig(
api_base_url="https://cloud.soda.io",
creds=creds
).save("another_fancy_name")
!!! info "Registering blocks"
Register blocks in this module to
[view and edit them](https://docs.prefect.io/ui/blocks/)
on Prefect Cloud:
```bash
prefect block register -m prefect_soda_cloud
```
A list of available blocks in prefect-soda-cloud
and their setup instructions can be found here.
Feedback
If you encounter any bugs while using prefect-soda-cloud
, feel free to open an issue in the prefect-soda-cloud repository.
If you have any questions or issues while using prefect-soda-cloud
, you can find help in either the Prefect Discourse forum or the Prefect Slack community.
Feel free to star or watch prefect-soda-cloud
for updates too!
Contributing
If you'd like to help contribute to fix an issue or add a feature to prefect-soda-cloud
, please propose changes through a pull request from a fork of the repository.
Here are the steps:
- Fork the repository
- Clone the forked repository
- Install the repository and its dependencies:
pip install -e ".[dev]"
- Make desired changes
- Add tests
- Insert an entry to CHANGELOG.md
- Install
pre-commit
to perform quality checks prior to commit:
pre-commit install
git commit
,git push
, and create a pull request
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
Built Distribution
File details
Details for the file prefect-soda-cloud-0.0.1.tar.gz
.
File metadata
- Download URL: prefect-soda-cloud-0.0.1.tar.gz
- Upload date:
- Size: 33.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 17d4e6e1bf71dead6b07b2ab080a0d78d45537798729f0bd1af4847c59556fbb |
|
MD5 | 3a093d2a822619c27181a416c98dd4a2 |
|
BLAKE2b-256 | 1774c570b5d818f70b16b1faadcf626688ecbbe725d5c99f76927ac565072d17 |
File details
Details for the file prefect_soda_cloud-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: prefect_soda_cloud-0.0.1-py3-none-any.whl
- Upload date:
- Size: 13.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a59914e345e5c9a9f2a16bc14255e04df0926763fb070906465263f38ab2543f |
|
MD5 | 1920f2e4fa2665cea90892bd3a5e9a6c |
|
BLAKE2b-256 | a86682b3f12a88b2f529b1878c5eb612c601f0fc73c63270442afbe079d5a26b |