Hello Everyone
In our dbt mesh implementation in dbt cloud, we are trying to cross reference a public model in a different project. We have setup dependencies and written code as documented.
However our model errors out during execution due to lack of access privileges to the place where the referred model is stored.
Is it possible to access a public model without having access to the physical storage location?
What configuration is needed to achieve this ?