Bug 274582

Summary: [NEW PORT] databases/py-dbt-core: With dbt, build analytics the way engineers build applications
Product: Ports & Packages Reporter: Pat Maddox <pat>
Component: Individual Port(s)Assignee: Kurt Jaeger <pi>
Status: Closed FIXED    
Severity: Affects Only Me CC: pi
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on: 274575, 274578, 274579, 274580, 274581    
Bug Blocks: 274583, 274584    
Attachments:
Description Flags
new port none

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!