fivetran / dbt_fivetran_utils

Helper utils for our packages
29 stars 19 forks source link

Bump up integration_tests/packages.yml versioning to ensure full package coverage #128

Closed fivetran-avinash closed 10 months ago

fivetran-avinash commented 11 months ago

We have recently upped the latest version of our dbt_salesforce package to 1.0.0, which is outside the range of the current integration_tests/packages.yml of our latest dbt_fivetran_utils release. We will want to extend the range of all our packages.yml to account for this and bundle this in a future release.

Example bump:

  • package: fivetran/salesforce version: [">=0.1.0", "<1.0.0"]

to

  • package: fivetran/salesforce version: [">=0.1.0", "<2.0.0"]
fivetran-joemarkiewicz commented 10 months ago

This has been addressed within PR #130