calogica / dbt-expectations

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

[BUG] restrictive dbt_date pin #275

Closed RoyalTS closed 10 months ago

RoyalTS commented 10 months ago

Is this a new bug in dbt-expectations?

Current Behavior

dbt_date is currently pinned to a now outdated version of dbt_date

Is this necessary, or could this be relaxed?

clausherther commented 10 months ago

Hi, that's intentional. dbt-date 0.9.* only adds support for Spark, which dbt-expectations currently does not have. The next release of dbt-expectations may support Spark, at which point it'll package the latest version of dbt-date.