calogica / dbt-expectations

Port(ish) of Great Expectations to dbt test macros
https://calogica.github.io/dbt-expectations/
Apache License 2.0
1.04k stars 126 forks source link

loosen the version pin on dbt_utils #199

Closed rudeb0y closed 1 year ago

rudeb0y commented 1 year ago

dbt_utils is on version 0.9.2 however the pin to the version in re_data is:

packages:
  - package: dbt-labs/dbt_utils
    version: [">=0.7.0", "<0.9.0"]

This makes it tricky when combining with other packages.

Can these requirements but loosened, the above wants to install 0.8.6

rudeb0y commented 1 year ago

wrong repo