[Bug 274582] [NEW PORT] databases/py-dbt-core: With dbt, build analytics the way engineers build applications
Date: Sun, 22 Oct 2023 08:34:04 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274582
--- Comment #2 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/ports/commit/?id=b0ebeff48e5e2dfcf470c59e0c8dfe7041da7d04
commit b0ebeff48e5e2dfcf470c59e0c8dfe7041da7d04
Author: Pat Maddox <pat@patmaddox.com>
AuthorDate: 2023-10-22 08:33:06 +0000
Commit: Kurt Jaeger <pi@FreeBSD.org>
CommitDate: 2023-10-22 08:33:06 +0000
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>
databases/Makefile | 1 +
databases/py-dbt-core/Makefile (new) | 41 +++++++++++++++++++++++++++++++++++
databases/py-dbt-core/distinfo (new) | 3 +++
databases/py-dbt-core/pkg-descr (new) | 11 ++++++++++
4 files changed, 56 insertions(+)
--
You are receiving this mail because:
You are the assignee for the bug.