Velir / dbt-ga4

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

Cleanup from #188 - Remove references to dynamic incremental loads #239

Closed adamribaudo-velir closed 1 year ago

adamribaudo-velir commented 1 year ago

Models like dim_ga4__sessions_daily.sql include an if/else block in the config section that is no longer necessary given that static_incremental_days is a required field now.