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

Remove all references to dynamic incremental load strategy #240

Closed adamribaudo-velir closed 1 year ago

adamribaudo-velir commented 1 year ago

Description & motivation

Closes #239

After refactoring daily/streaming support, there were remaining references to the 'dynamic incremental load' strategy that has been replaced with the 'static' strategy. This PR removes those references.

Checklist