Skip to main content

prefect-sifflet

PyPI

Welcome!

Integrate Sifflet Data Observability Platform with Prefect

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-sifflet with pip:

pip install prefect-sifflet

Then, register to view the block on Prefect Cloud:

prefect block register -m prefect_sifflet.credentials

Note, to use the load method on Blocks, you must already have a block document saved through code or saved through the UI.

Write and run a flow

from prefect import flow
from prefect_sifflet.tasks import (
    trigger_sifflet_rule_run,
    get_sifflet_rule_run,
)


@flow
def execute_rule():
    tenant = "<your tenant>"
    api_token = "<your API token>"
    rule_id = "<your rule ID>"

    response = trigger_sifflet_rule_run(
        tenant=tenant,
        api_token=api_token,
        rule_id=rule_id,
        wait_for_completion=False
    )
    rule_run_id = response["id"]

    rule_run_result = get_sifflet_rule_run(
        tenant=tenant,
        api_token=api_token,
        rule_id=rule_id,
        rule_run_id=rule_run_id
    )

execute_rule()

Resources

If you encounter any bugs while using prefect-sifflet, feel free to open an issue in the prefect-sifflet repository.

If you have any questions or issues while using prefect-sifflet, you can find help in either the Prefect Discourse forum or the Prefect Slack community.

Feel free to ⭐️ or watch prefect-sifflet for updates too!

Development

If you'd like to install a version of prefect-sifflet for development, clone the repository and perform an editable install with pip:

git clone https://github.com/Siffletapp/prefect-sifflet.git

cd prefect-sifflet/

pip install -e ".[dev]"

# Install linting pre-commit hooks
pre-commit install

Release files for prefect-sifflet 1.0.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for prefect-sifflet 1.0.1
File Size Uploaded
prefect-sifflet-1.0.1.tar.gz 27.9 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for prefect-sifflet 1.0.1
File Interpreter ABI Platform
prefect_sifflet-1.0.1-py3-none-any.whl Python 3 none any Details

Total release size: 38.7 kB

Release files / prefect-sifflet-1.0.1.tar.gz

Download URL prefect-sifflet-1.0.1.tar.gz
Size 27.9 kB
Tags Source
SHA-256 checksum
How to use checksums
263463a7d0b387958599ae260f6e3447dccb9ff2d7b0a81de168198a41660fa0
BLAKE2b-256 checksum
How to use checksums
275c41c4ebb2ce6f47463a78cbcafbc1cf8a58234e3b3489214c811d34522da9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / prefect_sifflet-1.0.1-py3-none-any.whl

Download URL prefect_sifflet-1.0.1-py3-none-any.whl
Size 10.8 kB
Tags Python 3
SHA-256 checksum
How to use checksums
14efcb41154ed5f883956390e8f7bb698e8eef2850668c95a523308276850360
BLAKE2b-256 checksum
How to use checksums
e48e9ae72b10d9d836aeca0ff9c360b9d4dab57bc186b90ea8bdf4c852f7f467
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release history Release notifications | RSS feed

This release

1.0.1 This release

2 release files

1.0.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page