Releases: tnightengale/dbt-activity-schema
Releases · tnightengale/dbt-activity-schema
0.4.1
What's Changed
- Multiple Appended
nth_ever
Relationships by @tnightengale in #38
Full Changelog: 0.4.0...0.4.1
0.4.0
0.3.3
What's Changed
- fix: check columns against columns() not strings by @tnightengale in #27
Full Changelog: 0.3.2...0.3.3
0.3.2
What's Changed
- Fix: #22 Min/Max Aggregations by @tnightengale in #23
- 0.3.2 by @tnightengale in #24
Full Changelog: 0.3.1...0.3.2
0.3.1
Fixes
- change
activity_stream_ref
arg toactivity_stream
to match README, thank you @jacobiajohnson
0.3.0
Features
- all aggregation relationships
0.2.0
Features
- refactor
dataset.sql
macro, to create one CTE per appended activity, and then rejoin them in a final CTE- provides groundwork for aggregation relationships
- update project vars to be more clear
0.1.1
Features
- add dbt version to dbt_project.yml
0.1.0
Features
- Provides a working Beta version with a simplified set of classes
- Completely refactored to run on DuckDB
0.0.3
Added the ability to also specify joins on columns packed into the feature_json
.