Releases: bcodell/dbt-activity-schema
Releases · bcodell/dbt-activity-schema
0.1.8 - Bigquery Compatibility
Description
code updates and refactored/expanded CI for better Bigquery compatibility
What's Changed
- Bump urllib3 from 1.26.17 to 1.26.18 by @dependabot in #21
- hotfix bigquery json extract by @bcodell in #23
- [🐛] Bigquery Compatibility by @bcodell in #25
- Bryce/refactor ci by @bcodell in #26
Full Changelog: 0.1.7...0.1.8
0.1.7
What's Changed
- Bump urllib3 from 1.26.14 to 1.26.17 by @dependabot in #19
Full Changelog: 0.1.6...0.1.7
0.1.6
What's Changed
- add model and column name context checks by @bcodell in #16
- Bump certifi from 2022.12.7 to 2023.7.22 by @dependabot in #17
Full Changelog: 0.1.5...0.1.6
0.1.5 - Fix Appended Activity Join Logic
0.1.4 - Case-Sensitive AQL Parsing
0.1.3 - Bug Fixes and Performance Improvements
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
What's Changed
- Bump requests from 2.28.2 to 2.31.0 by @dependabot in #10
- Bump sqlparse from 0.4.3 to 0.4.4 by @dependabot in #11
- Hotfixes multiple by @bcodell in #12
New Contributors
- @dependabot made their first contribution in #10
Full Changelog: 0.1.1...0.1.2
0.1.1 - Hotfixes
0.1.0 - Initial Release
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).