bcodell / dbt-activity-schema

A dbt package with a POC implementation of an interface to query activity streams that adhere to the Activity Schema 2.0 spec.
Apache License 2.0
12 stars 2 forks source link

bug - parser error (keyword `aggregate`) #63

Open bcodell opened 7 months ago

bcodell commented 7 months ago

To reproduce:

using stream
select all activity_1 (
  feature_1 as feature_1
)
agregate after activity_1 ( -- aggregate is spelled wrong
  feature_2 as feature_2
)