nicholasyager / dbt-loom

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

Refactor ManifestReference and ReferenceConfigs to improve ergonomics #34

Closed nicholasyager closed 5 months ago

nicholasyager commented 6 months ago

Description

Currently, the ManifestReference and all ReferenceConfigs are defined as part of __init__.py. This isn't bad, per se, but it would be more ergonomic to split the base types out, and define reference configs alongside the appropriate client classes.