dbt-helper
dbt-helper copied to clipboard
Test when new dbt versions are released
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!
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