Skip to content

Releases: dbt-labs/dbt-semantic-interfaces

v0.6.2

01 Jul 22:12
6e67063
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.6.2

v0.6.1

20 Jun 19:39
d41075e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

18 Jun 22:58
5caa349
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0a3...v0.6.0

v0.4.4

26 Feb 19:59
de6e909
Compare
Choose a tag to compare

What's Changed

Fixes

  • Fix: Referencing entities in where filter causes an error. (#258 )

Contributors

Full Changelog: v0.4.2...v0.4.3

v0.5.0a3

08 Jan 18:43
7600b58
Compare
Choose a tag to compare
v0.5.0a3 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.5.0a2...v0.5.0a3

v0.4.3

08 Jan 20:12
48e3fb7
Compare
Choose a tag to compare

What's Changed

Dependencies

  • Add support for pydantic 2 (and continue support for pydantic 1) (#134)

Under the Hood

  • Ensure the pydantic shim is included in the wheel distribution (#241)

Contributors

Full Changelog: v0.4.2...v0.4.3

v0.4.2

02 Jan 20:10
ccb2031
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.4.2

v0.4.1

06 Nov 22:11
624d613
Compare
Choose a tag to compare

What's Changed

v0.2.3

31 Oct 23:36
d11c00b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.2.3

dbt-semantic-interfaces v0.4.0

26 Oct 18:59
7bc41ee
Compare
Choose a tag to compare

dbt Semantic Interfaces 0.4.0 - October 26, 2023

Breaking Changes

  • Fixes bug where we weren't validating the names of metrics (which may break peoples current metric names) (#181)

Features

  • Begin validating SavedQuery names (#180)
  • Support for date_part for Dimension & TimeDimension (#188)
  • Add exports configuration to YAML spec. (#189)

Fixes

  • Rename SavedQuery.group_bys to SavedQuery.group_by (#192)
  • Nest query params for saved queries. (#197)

Contributors