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

Allow range of dbt_utils versions #242

Closed Stephen986 closed 1 year ago

Stephen986 commented 1 year ago

Description & motivation

PR for ticket: https://github.com/Velir/dbt-ga4/issues/241 .

Since this package is not using safe_subtract, it doesn't require dbt 1.1 (and certainly doesn't require 1.1.1 which is just a readme change). On the other hand, future versions before 2.0 are not supposed to be breaking changes, so it should be safe to allow them. Allowing a broad range of dbt_utils versions makes it much easier for companies to use this package along with other packages that also have dbt_utils version requirements.

Checklist

adamribaudo-velir commented 1 year ago

thanks!