Replies: 1 comment 4 replies
-
Hey, @kuljisd! Quick clarifying question:
For this, do you mean that you're attempting to use an existing package, and that this package has private models? Or is this indicating something else? If it's the first (attempting to load private models from a package), then this is expected behavior. Private models are not accessable cross-project regardless of configurations 1. Footnotes |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! My name is Dominick. I am trying to use dbt loom to make a collection of dbt project models accessible. The problem is the dbt package follows the default of making all of their models access: private. I have tried to overwrite this by declaring they are public in the my dbt_project.yml. Though when i go to check the manifest file in this project the models still have an access: private and not public. I successfully reran the specific model i care about to make public but still no dice. Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions