fivetran / dbt_intercom

Data models for Fivetran's Intercom connector built using dbt.
https://fivetran.github.io/dbt_intercom/
Apache License 2.0
4 stars 6 forks source link

[Bug] Package version range in latest README is incorrect #34

Closed fivetran-joemarkiewicz closed 1 year ago

fivetran-joemarkiewicz commented 1 year ago

Is there an existing issue for this?

Describe the issue

Currently the version range of our latest version (v0.5.0) instructs users to install [">=0.4.0", "<0.5.0"]. This means if users follow our README then they will not get the latest version of the package.

We need to update our README to have the correct range, highlighted below:

packages:
  - package: fivetran/intercom
    version: [">=0.5.0", "<0.6.0"]

Relevant error log or model output

N/A

Expected behavior

Customers are instructed to install the latest version range of our package and not an older/out of date range.

dbt Project configurations

N/A

Package versions

v0.5.0

What database are you using dbt with?

postgres

dbt Version

N/A

Additional Context

N/A

Are you willing to open a PR to help address this issue?

fivetran-catfritz commented 1 year ago

Closing as this was handled during the last migration.