nicholasyager / dbt-loom

A dbt-core plugin to weave together multi-project dbt-core deployments
The Unlicense
104 stars 19 forks source link

Feature: Add a matrix for dbt core minor versions to test for each PR #42

Closed nicholasyager closed 5 months ago

nicholasyager commented 5 months ago

Description and Motivations

As there are more versions of dbt-core out there with slightly different regressions/uses of cross-project references, it is becoming more important that we test multiple versions for compatibility. To that end, I've added matrix testing to the GitHub workflow for different dbt-core versions. Currently, I'll be targeting dbt-core 1.6.x and 1.7.x, where x is the latest patch published to pypi.

Resolves: #36