Skip to main content

Python ETL Framework

Project description

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

  1. Don’t Repeat Yourself (DRY).

  2. 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.

  3. Data Quality is King

  4. 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.

  5. Give helpful error messages.

  6. Make it as easy as possible to create re-usable modules.

  7. SQL is a very powerful transformation language. The Transform Extract Load (TEL) model should be supported.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bi_etl-1.3.3.tar.gz (218.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

bi_etl-1.3.3-py3-none-any.whl (269.5 kB view details)

Uploaded Python 3

File details

Details for the file bi_etl-1.3.3.tar.gz.

File metadata

  • Download URL: bi_etl-1.3.3.tar.gz
  • Upload date:
  • Size: 218.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.3.2 CPython/3.10.9 Windows/10

File hashes

Hashes for bi_etl-1.3.3.tar.gz
Algorithm Hash digest
SHA256 f9fb5820b75107bc18329d6161a4c769041e61b24b0be596780bff127598bb05
MD5 b11c0eebd0dcfa03e3b3892b76a07dba
BLAKE2b-256 0ff729185312d448e27b5b7d79875f93f9afd9b3e5a2c9d941e01e48ca542dd8

See more details on using hashes here.

File details

Details for the file bi_etl-1.3.3-py3-none-any.whl.

File metadata

  • Download URL: bi_etl-1.3.3-py3-none-any.whl
  • Upload date:
  • Size: 269.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.3.2 CPython/3.10.9 Windows/10

File hashes

Hashes for bi_etl-1.3.3-py3-none-any.whl
Algorithm Hash digest
SHA256 4a34b46bfebc4cfe86ec4e8c3552947b16c4d479253a5803f33d94f5a0a4f802
MD5 d347053334f0c6c0331f93507df3564c
BLAKE2b-256 75e2e06faf595d10e49ca3c36d107a0fcf5ea29592a6fa326b4d98eb3246a535

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page