Documentation Issue when same model in more than one package

We have 2 Packages - which has same model name, but Target DB and Schema are different, how ever when we do a dbt deps and dbt docs generate, we see the below error

Running with dbt=0.17.0
Encountered an error:Compilation Error
dbt found two schema.yml entries for the same resource named stage_table. Resources and their associated columns may only be described a single time. To fix this, remove one of the resource entries for stage_table in this file:

  • models/schema.yml

have we see this issue, the only option is to rename ? or any config’s will help us to overcome this issue ?

Hey, did you find the solution? facing similar issue