dbt-semantic-interfaces 0.10.5


pip install dbt-semantic-interfaces

  Latest version

Released: Feb 10, 2026

Project Links

Meta
Author: dbt Labs
Requires Python: >=3.8

Classifiers

Development Status
  • 4 - Beta

License
  • OSI Approved :: Apache Software License

Programming Language
  • Python
  • Python :: 3.8
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: Implementation :: CPython
  • Python :: Implementation :: PyPy

dbt-semantic-interfaces

This repo 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.

Contributing

We welcome contributions to improve this codebase! If you're interested in contributing, please read our contributing guidelines and code of conduct first.

License

This package is released under the Apache2 License.

Support

If you encounter any issues or have questions regarding the repo, please open an issue!

0.10.5 Feb 10, 2026
0.10.4 Jan 22, 2026
0.10.3 Jan 19, 2026
0.10.2 Jan 13, 2026
0.10.1 Jan 12, 2026
0.10.0 Oct 08, 2025
0.9.4.dev2 Nov 13, 2025
0.9.4.dev1 Nov 04, 2025
0.9.4.dev0 Oct 08, 2025
0.9.3.dev4 Oct 03, 2025
0.9.3.dev3 Oct 01, 2025
0.9.3.dev2 Sep 24, 2025
0.9.3.dev1 Sep 10, 2025
0.9.2 Sep 09, 2025
0.9.1 Sep 09, 2025
0.9.0 Jul 09, 2025
0.8.5 Jun 24, 2025
0.8.4 Jun 18, 2025
0.8.3 Dec 03, 2024
0.8.2 Dec 02, 2024
0.8.1 Nov 12, 2024
0.8.0 Nov 12, 2024
0.7.5 Jul 02, 2025
0.7.4 Oct 15, 2024
0.7.3 Oct 01, 2024
0.7.2 Sep 26, 2024
0.7.2.dev0 Sep 19, 2024
0.7.1 Sep 05, 2024
0.7.1.dev2 Aug 29, 2024
0.7.1.dev1 Aug 29, 2024
0.7.1.dev0 Aug 16, 2024
0.7.0 Aug 09, 2024
0.6.11 Jul 30, 2024
0.6.10 Jul 25, 2024
0.6.9 Jul 17, 2024
0.6.8 Jul 15, 2024
0.6.7 Jul 12, 2024
0.6.6 Jul 11, 2024
0.6.5 Jul 08, 2024
0.6.4 Jul 03, 2024
0.6.3 Jul 03, 2024
0.6.2 Jul 01, 2024
0.6.2.dev3 Jun 29, 2024
0.6.2.dev2 Jun 28, 2024
0.6.2.dev1 Jun 28, 2024
0.6.2.dev0 Jun 28, 2024
0.6.1 Jun 20, 2024
0.6.1.dev0 Jun 19, 2024
0.6.0 Jun 18, 2024
0.6.0.dev2 Jun 07, 2024
0.6.0.dev1 Jun 05, 2024
0.6.0.dev0 May 31, 2024
0.5.1 Mar 21, 2024
0.5.0 Mar 07, 2024
0.5.0a3 Jan 08, 2024
0.5.0a2 Dec 04, 2023
0.4.4 Feb 26, 2024
0.4.3 Jan 08, 2024
0.4.2 Dec 07, 2023
0.4.2.dev0 Nov 21, 2023
0.4.1 Nov 06, 2023
0.4.0 Oct 26, 2023
0.3.0 Oct 11, 2023
0.3.0b1 Oct 06, 2023
0.3.0a2 Sep 26, 2023
0.3.0a1 Sep 20, 2023
0.2.3 Oct 31, 2023
0.2.2 Oct 05, 2023
0.2.1 Oct 04, 2023
0.2.1.dev1 Oct 03, 2023
0.2.0 Jul 28, 2023
0.1.0rc1 Jul 12, 2023
0.1.0.dev10 Jul 12, 2023
0.1.0.dev9 Jul 11, 2023
0.1.0.dev8 Jun 27, 2023
0.1.0.dev7 Jun 16, 2023
0.1.0.dev6 Jun 16, 2023
0.1.0.dev5 Jun 12, 2023
0.1.0.dev4 Jun 01, 2023
0.1.0.dev3 May 31, 2023
0.1.0.dev2 May 31, 2023
0.1.0.dev1 May 19, 2023
0.1.0.dev0 May 19, 2023
Extras: None
Dependencies:
click (<8.4,>=7.0)
importlib-metadata (<9,>=6.0)
jinja2 (<4,>=3.1.6)
jsonschema (<5,>=4.0)
more-itertools (<11.0,>=8.0)
pydantic (<3,>=1.10)
python-dateutil (<3,>=2.0)
pyyaml (<7,>=6.0)
typing-extensions (<5,>=4.4)