Bug 274582 - [NEW PORT] databases/py-dbt-core: With dbt, build analytics the way engineers build applications
Summary: [NEW PORT] databases/py-dbt-core: With dbt, build analytics the way engineers...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kurt Jaeger
URL:
Keywords:
Depends on: 274575 274578 274579 274580 274581
Blocks: 274583 274584
  Show dependency treegraph
 
Reported: 2023-10-19 04:22 UTC by Pat Maddox
Modified: 2023-10-22 08:34 UTC (History)
1 user (show)

See Also:


Attachments
new port (4.49 KB, patch)
2023-10-19 04:22 UTC, Pat Maddox
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pat Maddox 2023-10-19 04:22:27 UTC
Created attachment 245731 [details]
new port
Comment 1 Kurt Jaeger freebsd_committer freebsd_triage 2023-10-21 14:06:17 UTC
testbuilds@work
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-10-22 08:34:04 UTC
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(+)
Comment 3 Kurt Jaeger freebsd_committer freebsd_triage 2023-10-22 08:34:46 UTC
Committed, thanks!