bi_etl Python ETL Framework for BI
Docs
Please see the documentation site for detailed documentation.
Python based ETL (Extract Transform Load) framework geared towards BI databases in particular. The goal of the project is to create reusable objects with typical technical transformations used in loading dimension tables.
Guiding Design Principles
-
Don’t Repeat Yourself (DRY).
-
The source or target of an ETL owns the metadata (list of columns and data types). The ETL generally has no reason to define those again unless the ETL requires a change. If a datatype must be changed, only that one column’s new type should be specified. If a column name must be changed, only the source & target column names that differ should be specified.
-
Data Quality is King
-
Data quality is more important than performance. For example, the process should fail before truncating data contents (i.e. loading 6 characters into a 5 character field) even if that means sacrificing some load performance.
-
Give helpful error messages.
-
Make it as easy as possible to create re-usable modules.
-
SQL is a very powerful transformation language. The Transform Extract Load (TEL) model should be supported.
Release files for bi_etl 1.4.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| bi_etl-1.4.2.tar.gz | 223.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| bi_etl-1.4.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 502.0 kB
Release files / bi_etl-1.4.2.tar.gz
| Download URL | bi_etl-1.4.2.tar.gz |
|---|---|
| Size | 223.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8f87c111c6f14362f6b44b4b0753cfa69934cd55fdf0c6006582308ea462b7d4
|
|
BLAKE2b-256 checksum How to use checksums |
116a3f5d4abd4e01dfb195e09e8bb8f134a6d605e98835cce046b3ed4a12a9bc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.4.2 CPython/3.10.10 Windows/10
|
Release files / bi_etl-1.4.2-py3-none-any.whl
| Download URL | bi_etl-1.4.2-py3-none-any.whl |
|---|---|
| Size | 279.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3c7d518ef385d51781d6699b443c67149e80f1cdfe0931bcfab548c00011aa49
|
|
BLAKE2b-256 checksum How to use checksums |
622d1720e9cf232a07f8b443b1cad3670f1c69873c5fcf67a8119e6705b76ed1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.4.2 CPython/3.10.10 Windows/10
|