Velir / dbt-ga4

dbt Package for modeling raw data exported by Google Analytics 4. BigQuery support, only.
MIT License
312 stars 134 forks source link

add stream_id to stg_ga4__event_items #190

Closed dgitis closed 1 year ago

dgitis commented 1 year ago

Description & motivation

In a multi-site project, stream_id is useful to have when building models downstream of stg_ga4__event_items as it gives users the option to separate item data marts into different tables without having to reference other tables.

Checklist