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

Rename `activity_schema_ref` to `activity_schema` #19

Closed jacobiajohnson closed 1 year ago

jacobiajohnson commented 1 year ago

The documentation for Dataset lists activity_stream as the required param name for reference the stream table. This currently returns the following error

Compilation Error in rpc request (from remote system.sql) macro 'dbt_macro__dataset' takes no keyword argument 'activity_stream'

A closer look at the macro shows that the expected param name is actually activity_stream_ref. This PR updates the macro to use the documented name activity_stream.