tnightengale / dbt-activity-schema

A dbt-Core package for generating models from an activity stream.
GNU General Public License v3.0
38 stars 5 forks source link

Add Additional Aggregation Functions #29

Open bcodell opened 1 year ago

bcodell commented 1 year ago

Description

It's technically outside of the Activity Schema spec, but it would be nice if the package shipped with additional aggregation functions to use with the aggregate relationships. Aggregations include:

Dependencies

Implementation

Checklist for each of the aggregations to implement:

Open Questions