nicholasyager / dbt-loom

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

Fix: Restore seed injection and handle config-only access configuration #47

Closed nicholasyager closed 4 months ago

nicholasyager commented 4 months ago

Description and Motivation

In 0.5.0, the ability of dbt-loom to properly inject seeds was accidentally removed due to some incorrect logic. This PR restores seeds to dbt-loom's injection logic, adds a test to confirm functionality moving forward, and fixes a previously undiscovered defect in which seed access levels were defaulting to protected.

Resolves: #46