Bug 274581

Summary: [NEW PORT] databases/py-dbt-semantic-interfaces: Shared semantic layer definitions that dbt-core and MetricFlow use
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:    
Bug Blocks: 274582    
Attachments:
Description Flags
new port none

Description Pat Maddox 2023-10-19 04:12:16 UTC
Created attachment 245730 [details]
new port
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-10-21 18:19:37 UTC
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(+)
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2023-10-21 18:19:53 UTC
Committed, thanks!