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.3.tar.gz (208.7 kB view details)

Uploaded Source

Built Distribution

bi_etl-1.1.3-py3-none-any.whl (260.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: bi_etl-1.1.3.tar.gz
  • Upload date:
  • Size: 208.7 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.3.tar.gz
Algorithm Hash digest
SHA256 b076dd7b2b997996e4ace6aaab1921ba98a586545d384f80ac16d2b0f8c974b9
MD5 93c61df5f6fe8663dbe2cfee5bb100f4
BLAKE2b-256 ea1c2b42be8c4430e409f849461d9051bf2a4bdda880b271c7a3c25eb824f61c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bi_etl-1.1.3-py3-none-any.whl
  • Upload date:
  • Size: 260.5 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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 daaeb981ddffe04150eac8aaddd671d3c44f7b9226773acd7f5319dece6c5c35
MD5 a274a415d1b4e861cd9cd262478dab41
BLAKE2b-256 4b1dda9c392a63ef9a063dbf926988335a154ad1d644bdfc6ceb96a680c857a9

See more details on using hashes here.

Supported by

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