fivetran / dbt_zendesk

Fivetran's Zendesk Support dbt package
https://fivetran.github.io/dbt_zendesk/#!/overview
Apache License 2.0
25 stars 30 forks source link

[Feature] Update dbt_date version requirements to include wider range #129

Closed fivetran-joemarkiewicz closed 4 months ago

fivetran-joemarkiewicz commented 6 months ago

Is there an existing feature request for this?

Describe the Feature

Some users have experienced issues where the lower bound range of the dbt_date package is too restrictive. This feature will expand the range to at least 0.7.x

Describe alternatives you've considered

No response

Are you interested in contributing this feature?

Anything else?

No response

fivetran-joemarkiewicz commented 6 months ago

Let's make the lower bound be 0.7.0. So I would imagine we would expand the range to the following:

packages:
  - package: calogica/dbt_date
    version: [">=0.7.0", "<1.0.0"]

There don't seem to be any major updates in the past releases that would be of concern with lowering the band for the range.

fivetran-joemarkiewicz commented 4 months ago

As discussed with the internal team, this is no longer required. Closing this out as we will not update this in the package.