calogica / dbt-expectations

Port(ish) of Great Expectations to dbt test macros

Home Page:https://calogica.github.io/dbt-expectations/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update calogica/dbt_date version.

eivl opened this issue · comments

During maintenance update to dbt-expectations version 0.9.0 I get an message about dbt_date having an update available.

image

I think it does not update itself due to this:

packages:
  - package: calogica/dbt_date
    version: [">=0.8.0", "<0.9.0"]

Now in my mind, updating the underlying package would work. However #271 did an update a few weeks ago and I'm not sure its safe to just update the dbt_date package. I have tested this myself without finding any issues during install.

My suggestion is to just do it like so:

packages:
  - package: calogica/dbt_date
    version: [">=0.9.0", "<0.10.0"]

I made an PR #278 with this change, would love some feedback if this is correct or not.

Hi, this is intentional, please see #275