[Bug 274581] [NEW PORT] databases/py-dbt-semantic-interfaces: Shared semantic layer definitions that dbt-core and MetricFlow use

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 21 Oct 2023 18:19:37 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274581

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

URL:
https://cgit.FreeBSD.org/ports/commit/?id=433ffc21d6ed48f6da712e477a7820ba37a4ccb0

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 common
      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 across
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(+)

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