freebsd-ports/databases/py-dbt-core/pkg-descr
Pat Maddox b0ebeff48e databases/py-dbt-core: new port
dbt enables data analysts and engineers to transform their data using the same
practices that software engineers use to build applications.

Analysts using dbt can transform their data by simply writing select statements,
while dbt handles turning these statements into tables and views in a data
warehouse.

These select statements, or "models", form a dbt project. Models frequently
build on top of one another - dbt makes it easy to manage relationships between
models, and visualize these relationships, as well as assure the quality of your
transformations through testing.

PR:		274582
Author:    Pat Maddox <pat@patmaddox.com>
2023-10-22 10:33:06 +02:00

12 lines
579 B
Plaintext

dbt enables data analysts and engineers to transform their data using the same
practices that software engineers use to build applications.
Analysts using dbt can transform their data by simply writing select statements,
while dbt handles turning these statements into tables and views in a data
warehouse.
These select statements, or "models", form a dbt project. Models frequently
build on top of one another - dbt makes it easy to manage relationships between
models, and visualize these relationships, as well as assure the quality of your
transformations through testing.