Issue with public access of a DBT model

The problem I’m having

We have two projects:

  1. Project A: We have granted public access to two models in this project, namely “kyc” and “transactions”.
  2. 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.

  1. public access in transaction.yml file

What can be the issue ?