How to deal with multiple dbt projects which define same sources?
Hey guys! Newbie's here! :) I have a question regarding dbt core and datahub integration.
For example, we have 2 dbt projects. Both of this projects define very same source table (Example: common logs stream)
In one project, all columns have descriptions, but second project doesn't. And in result we have race condition when source table column descriptions depends on when metadata is ingested. How to deal with this situation? I don't want to disallow in recepy, because this can easily be removed or forgotten or just doesn't allow other team to define source.
entities_enabled:
sources: 'NO'