dbt-loom
dbt-loom copied to clipboard
A dbt-core plugin to weave together multi-project dbt-core deployments
**Is your feature request related to a problem? Please describe.** Currently, dbt-loom does not have a good way to leverage a dbt project's `restrict-access` configuration. This config is important for...
# Description and Motivation Within dbt-core, it is possible to assign models and other resources to `groups`. These groups can be used to restrict other downstream resources from `ref`-ing the...
**Is your feature request related to a problem? Please describe.** Nope! **Describe the solution you'd like** A clear and concise description of how new contributors can submit code to the...
**Is your feature request related to a problem? Please describe.** [PR 40](https://github.com/nicholasyager/dbt-loom/issues/40) shows better error when accessing a private or protected model of the upstream project, however, the group is...
As part of dbt Lab's new multi-project deployment functionality in dbt Cloud, they are using a new config file, called `dependencies.yml` to track project dependencies. We should be leveraging this...
Currently, dbt-loom supports pulling in a manifest from cloud storage using bucket name + object name. However, for organizations with n number of dbt-core projects that need to peer with...
**Is your feature request related to a problem? Please describe.** Hi folks, Thanks for the great work, I wonder is it possible to make node resolution process to be environment...
**Describe the bug** If a unit test is created in a downstream project, and the test references a model in another project, dbt-core will yield a Compilation Error. **To Reproduce**...