A Python ETL library for creating declarative data pipelines.
Project description
A platform agnostic Python library for writing declarative data pipelines the bueno way
blueno
A collection of Python ETL utilities for working with data pipelines with built in orchestration.
Mainly focused on Data Engineering tasks utilising Polars and delta-rs.
It features blueprints as the central orchestration unit, and is inspired by the likes of dbt models, SQLMesh models and Dagster's software defined assets.
While it also has features for running on Microsoft Fabric, its utilities are decoupled in a way to let you choose your own storage and compute.
Table of contents
Installation
Regular installation:
pip install blueno
For Microsoft Fabric or Azure:
pip install "blueno[azure]"
Features
Local development first
Aim to provide a local development environment. This means you can develop, run code and store data locally as part of your development cycle. You can also read and write to Azure Data Lake or Microsoft Fabric lakehouses.
Remote code execution
While local development is favored, sometimes we need run our data pipelines a real setting. The library lets you run code directly in Microsoft Fabric.
ETL helper functions
- Read from delta tables or parquet files with automatic authentication to Azure Data Lake or OneLake
- Common transformations (add audit columns, reorder columns, deduplicate etc.)
- Load delta tables with one of the provided load methods (upsert, overwrite, append etc.)
Blueprints
Blueprints is a feature to declaratively specify your entities in your data pipelines.
Configuration such as storage location, write behaviour and other configuration is set in the decorator, while the function itself only is concerned about business logic.
from blueno import blueprint, Blueprint
import polars as pl
workspace_name = ...
lakehouse_name = ...
lakehouse_base_uri = f"abfss://{workspace_name}@onelake.dfs.fabric.microsoft.com/{lakehouse_name}.Lakehouse/Tables"
@blueprint(
table_uri=f"{lakehouse_base_uri}/silver/customer",
primary_keys=["customer_id"],
write_mode="overwrite",
)
def silver_customer(self: Blueprint, bronze_customer: pl.DataFrame) -> pl.DataFrame:
# Deduplicate customers
df = bronze_customers.unique(subset=self.primary_keys)
return df
Given you also specified a blueprint for bronze_customer specified as a dependency for silver_customer, the blueprints will automatically be wired and executed in the correct order.
See the documentation for an elaborate example.
Documentation
For quick start and detailed documentation, examples, and API reference, visit our GitHub Pages documentation.
Contributing
Contributions are welcome! Here are some ways you can contribute:
- Report bugs and feature requests through GitHub issues
- Submit pull requests for bug fixes or new features
- Improve documentation
- Share ideas for new utilities
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 Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file blueno-0.1.8-py3-none-any.whl.
File metadata
- Download URL: blueno-0.1.8-py3-none-any.whl
- Upload date:
- Size: 42.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c71e73b7e781b52089ea33d14ef92aecbd3c0a263f13de9f64ba6c155e841ed7
|
|
| MD5 |
552ed820f29c9d570d18e625207e39fe
|
|
| BLAKE2b-256 |
42c565bde9a87cccab381cfec6ab83aeb1cd48d5a17cc3c242b70a79e6065c31
|
Provenance
The following attestation bundles were made for blueno-0.1.8-py3-none-any.whl:
Publisher:
build_and_release.yaml on mrjsj/blueno
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blueno-0.1.8-py3-none-any.whl -
Subject digest:
c71e73b7e781b52089ea33d14ef92aecbd3c0a263f13de9f64ba6c155e841ed7 - Sigstore transparency entry: 223906025
- Sigstore integration time:
-
Permalink:
mrjsj/blueno@5378429dfd780fd99f9d0ecc0dea07db226312c6 -
Branch / Tag:
refs/tags/v0.1.8 - Owner: https://github.com/mrjsj
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_release.yaml@5378429dfd780fd99f9d0ecc0dea07db226312c6 -
Trigger Event:
push
-
Statement type: