Skip to content

Commit 95c0ea2

Browse files
committed
Add developer description of elt-common
1 parent 1f8c3b2 commit 95c0ea2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docs-devel/system-architecture/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ It connects to Trino, provides dashboards, charts and exploration tools, and rel
4242
on central authentication (Keycloak) for SSO.
4343

4444
## Tools
45+
4546
The platform uses a small set of data engineering tools to build, orchestrate
4647
and test ELT pipelines. Two of the primary packages are described below.
4748

@@ -56,3 +57,9 @@ incremental loading semantics.
5657
[dbt](https://docs.getdbt.com) is used for transforming and modelling tabular data in
5758
the `silver` and `gold` layers. `dbt` enables SQL-based transformations, version-controlled models,
5859
testing, documentation, and dependency graphs for data products.
60+
61+
### elt-commmon
62+
63+
[elt-common](../../elt-common) is a our own Python package that provides additional functionality
64+
built on top of [dlt](#dlt). It is not published to PyPI and must be installed using the git source
65+
url.

0 commit comments

Comments
 (0)