Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The documentation for [`Dataset`](https://github.com/tnightengale/dbt-activity-schema#dataset-source) 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`.
- Loading branch information