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

Uploaded Source

Built Distribution

bi_etl-1.5.6-py3-none-any.whl (279.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: bi_etl-1.5.6.tar.gz
  • Upload date:
  • Size: 223.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.6.1 CPython/3.11.3 Windows/10

File hashes

Hashes for bi_etl-1.5.6.tar.gz
Algorithm Hash digest
SHA256 151b4f19c8a79f4ba635512f5621db7933b0938e86123ede39c1e1831e2057c1
MD5 38fa5acdcbc79e88bd9959242d891e77
BLAKE2b-256 456b09194b23e950d83e7610e948ab50e4b6297d98ff426a369fce939b60cf8c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bi_etl-1.5.6-py3-none-any.whl
  • Upload date:
  • Size: 279.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.6.1 CPython/3.11.3 Windows/10

File hashes

Hashes for bi_etl-1.5.6-py3-none-any.whl
Algorithm Hash digest
SHA256 7c9874ad81e23659806bda771b9cc2e3b0ec1fbe4a330489c3da9138d705b3f7
MD5 14a3e46cdb2ff2684b914b5e075e5d4a
BLAKE2b-256 43bbe486fac94f82366ca6a567ef314d2efada28e4b85f2376b5607f57d04cb0

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