dbt-helper icon indicating copy to clipboard operation
dbt-helper copied to clipboard

Test when new dbt versions are released

Open aescay opened this issue 5 years ago • 1 comments

Run the test suite when a new dbt release is detected. This should help us stay on top of breaking changes.

Ideally, we should be running it as early as release candidates are published so that there's enough time to respond to breaking changes and keep this updating as dbt continues to evolve.

Not sure if there are out of the box solutions but I assume I could do this with some CI tool (CircleCI / Github Actions). I think I've seen this before, but I could be wrong. Happy to hack at a solution still cause it would be pretty cool to have this nevertheless!

aescay avatar Aug 05 '20 16:08 aescay

Looks like this might be possible with dependabot + filtering for releases rc tag https://docs.github.com/en/github/administering-a-repository/customizing-dependency-updates

mikekaminsky avatar Aug 29 '20 19:08 mikekaminsky