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.1.1.tar.gz (208.9 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.1.1-py3-none-any.whl (260.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: bi_etl-1.1.1.tar.gz
  • Upload date:
  • Size: 208.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.13 CPython/3.10.4 Windows/10

File hashes

Hashes for bi_etl-1.1.1.tar.gz
Algorithm Hash digest
SHA256 ed0f00a02cfc7727e3fbd6ad90f7da4d676041f3d24b0246fc3d9a18ccfc3c75
MD5 60280ff58f07f0dc340c14aa6eb051f3
BLAKE2b-256 975d4e16e6e8101155776d947359736314609ab845c8cf0261c8a34e27b0d437

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bi_etl-1.1.1-py3-none-any.whl
  • Upload date:
  • Size: 260.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.13 CPython/3.10.4 Windows/10

File hashes

Hashes for bi_etl-1.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f3f61138537fc0c6b89aca137739650cb9d08f57818f036202225dc8bd510a35
MD5 5c87ce9eb3bc3c34f47e715100a173e9
BLAKE2b-256 3a4296dc5de192cf97eececcb3e6a2b3fdcd11f1ba38a098ad80d5e96d0f549c

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