Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Oct 2023 18:19:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 274581] [NEW PORT] databases/py-dbt-semantic-interfaces: Shared semantic layer definitions that dbt-core and MetricFlow use
Message-ID:  <bug-274581-7788-D02vdwFTIQ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-274581-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-274581-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274581

--- Comment #1 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3D433ffc21d6ed48f6da712e477a7820b=
a37a4ccb0

commit 433ffc21d6ed48f6da712e477a7820ba37a4ccb0
Author:     Pat Maddox <pat@patmaddox.com>
AuthorDate: 2023-10-21 18:18:12 +0000
Commit:     Kurt Jaeger <pi@FreeBSD.org>
CommitDate: 2023-10-21 18:18:12 +0000

    databases/py-dbt-semantic-interfaces: new port

    dbt-semantic-interfaces contains the shared semantic classes, default
    validation, and tests designed to be used by both the dbt-core and
MetricFlow
    projects. By centralizing these shared resources, we aim to maintain
consistency
    and reduce code duplication across both projects.

    Features:

    - Protocols for shared semantic classes: Define the interfaces and comm=
on
      attributes that must be implemented by the objects in both projects.
    - Validation: Ensure that the objects comply with the expected structure
and
      constraints.
    - Tests: Ensure that the objects' behavior is consistent and correct ac=
ross
both
      projects.

    PR:             274581
    Author:         Pat Maddox <pat@patmaddox.com>

 databases/Makefile                                 |  1 +
 .../py-dbt-semantic-interfaces/Makefile (new)      | 30 ++++++++++++++++++=
++++
 .../py-dbt-semantic-interfaces/distinfo (new)      |  3 +++
 .../py-dbt-semantic-interfaces/pkg-descr (new)     | 13 ++++++++++
 4 files changed, 47 insertions(+)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-274581-7788-D02vdwFTIQ>