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.7.0.tar.gz (204.4 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.7.0-py3-none-any.whl (256.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: bi_etl-1.7.0.tar.gz
  • Upload date:
  • Size: 204.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.11.7 Windows/10

File hashes

Hashes for bi_etl-1.7.0.tar.gz
Algorithm Hash digest
SHA256 79282f1576ea504fbd4b74ca40447c2b37dc1f36ab31418d1e89a4d8e71a0fbf
MD5 68ccae1291656eea7d13c3ef2461125c
BLAKE2b-256 f361a81f66d6dbd9f2b8b21cbd399777624a16f6da8b34d71b1882698e8f7087

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bi_etl-1.7.0-py3-none-any.whl
  • Upload date:
  • Size: 256.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.11.7 Windows/10

File hashes

Hashes for bi_etl-1.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 fc0b486a873c9e8fa85e6e51736a08fbad5e337dd70e3baa8b77ec8d78c7ad6e
MD5 ae04af39e397495cb6ad2bcf4dc703d1
BLAKE2b-256 cf16d8d4d39127c29934e1026e4622ff21348c4f3c2a966d59c7cefb36f77719

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