The problem I’m having
We have two projects:
- Project A: We have granted public access to two models in this project, namely “kyc” and “transactions”.
- Project B: From this project, we are attempting to access both models. However, it is only working with the “kyc” model. When trying to access the “transactions” model, it throws a “node not found” error.
The context of why I’m trying to do this
We are trying to implement Data Mesh using dbt cross project dependency
What I’ve already tried
When i see the linage of “transactions”, there it is showing public model access is enabled, but when i open the same model on explorer there it is showing protected model.
Please find the attached screenshot for your reference.
- public access in transaction.yml file
What can be the issue ?