Skip to content

Releases: discover-labs/dictum

Dictum 0.1.7

01 Sep 20:04
e4b0572
Compare
Choose a tag to compare

Features

  • Show expression lineage for metrics, up to individual table columns

Dictum 0.1.6

11 Aug 08:51
Compare
Choose a tag to compare
  • Support date_part('dow') transform

Dictum 0.1.5

10 Aug 21:16
7eafcc1
Compare
Choose a tag to compare
  • Fix incorrect handling of format: percent
  • Test backend division semantics

Dictum 0.1.4

03 Aug 21:57
bdc197e
Compare
Choose a tag to compare

What's Changed

  • Fixes for dictum new command:
    • a bug where dictum new command didn't include metrics and tables empty directories
    • the command produced an invalid profiles.yml file
  • Fixed a bug where empty YAML files were considered invalid
  • Fixed a bug where derivative measures didn't respect their parents' missing attribute
  • Missing values are now formatted as empty strings
  • Postgres backend now supports default_schema option

Dictum 0.1.3

03 Aug 16:36
55cf3ba
Compare
Choose a tag to compare

Update dictum-core to 0.1.3

Dictum 0.1.2

03 Aug 14:52
2a3fdbe
Compare
Choose a tag to compare

Support Python >= 3.8

Dictum 0.1.0

02 Aug 20:40
Compare
Choose a tag to compare

Initial release of the meta-package. The meta-package dictum contains only the docs, backend plugins as extras, and exposes the Project class imported from dictum-core.