Skip to content

Releases: bcodell/dbt-activity-schema

0.1.5 - Fix Appended Activity Join Logic

31 May 16:26
4af91d1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.4...0.1.5

0.1.4 - Case-Sensitive AQL Parsing

31 May 15:40
392b04c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.3...0.1.4

0.1.3 - Bug Fixes and Performance Improvements

30 May 22:37
d366e19
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.2...0.1.3

Specifics:

  • fixes parsing functionality to make sure extra join conditions are properly captured
  • makes an improvement to dataset query functionality for filtered joined activities, where only append joined activities get pre-filtered in a separate CTE, while aggregate joined activities get filtered in the existing CTE. This is because only append activities rely on activity_occurrence/repeated_at columns, which need to be recomputed for filtered activities (which is costly)
  • adds testing for a dataset that uses extra join conditions

0.1.2 - Bug Fixes

24 May 04:16
ee5817e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.1...0.1.2

0.1.1 - Hotfixes

22 May 22:48
5c8265f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.0...0.1.1

0.1.0 - Initial Release

20 May 21:19
a98c819
Compare
Choose a tag to compare

First release for the project. Contains all table-stakes features that an activity schema dbt package should contain, plus experimental functionality for a dedicated DSL called AQL (activity query language).