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 support for dbt-core 1.8.0 #57

Closed nicholasyager closed 4 months ago

nicholasyager commented 4 months ago

Description and motivation

Today, dbt-core 1.8.0 was released, which introduced some new features for developers, and introduced a wildly different layout for dbt artifacts and common code. To support this new version, I added extra code paths to handle importing dependencies between the paths present for 1.7.x and 1.8.0. Along the way, I abstracted out the logging code to make this more maintainable long-term.

nicholasyager commented 4 months ago

Hot diggity dog! All versions passed their tests. :shipit: