Prefect collection of tasks to interact with Cube.js
Project description
prefect-cubejs
Welcome!
Prefect collection of tasks to interact with Cube.js
Getting Started
Python setup
Requires an installation of Python 3.7+.
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.
Installation
Install prefect-cubejs
with pip
:
pip install prefect-cubejs
Write and run a flow
from prefect import flow
from prefect_cubejs.tasks import (
run_query
)
@flow
def example_flow():
run_query(
subdomain="<your Cube Cloud subdomain>",
api_secret="<your Cube.js API secret>",
query="<a Cube.js JSON formatted query>"
)
example_flow()
Resources
If you encounter any bugs while using prefect-cubejs
, feel free to open an issue in the prefect-cubejs repository.
If you have any questions or issues while using prefect-cubejs
, you can find help in either the Prefect Discourse forum or the Prefect Slack community.
Development
If you'd like to install a version of prefect-cubejs
for development, clone the repository and perform an editable install with pip
:
git clone https://github.com/AlessandroLollo/prefect-cubejs.git
cd prefect-cubejs/
pip install -e ".[dev]"
# Install linting pre-commit hooks
pre-commit install
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-cubejs-0.1.7.tar.gz
.
File metadata
- Download URL: prefect-cubejs-0.1.7.tar.gz
- Upload date:
- Size: 28.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1f6dcf1937a9dd8956128d4a8faafe04956cdf0bff3c585c63be59dd27d1aa7 |
|
MD5 | 27098054cc656c36c7c4b67287681db1 |
|
BLAKE2b-256 | acaade05c0a5af7b575895297037795d11143e3f296454eb1e083b8e356d5a3c |
File details
Details for the file prefect_cubejs-0.1.7-py3-none-any.whl
.
File metadata
- Download URL: prefect_cubejs-0.1.7-py3-none-any.whl
- Upload date:
- Size: 12.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cead9082f3977febf18979a315ab899402a501ca8b5e36b2854d86103c29a2bd |
|
MD5 | 79cdf56588b6966dc3e23a874ecd787a |
|
BLAKE2b-256 | 01fa2f6a121ba006b181fd5df3aff01427ab9a761f07f2fb003b9e9ba93d91ec |