I understand dbt-sugar doesn't automatically fetch dbt custom schemas
, which we use rather intensively here to sort tables
We could implement a way to read in the dbt_project.yml the different custom schemas used by the project and use them when parsing the tables & columns of the models.
I have a PR ready for this if needed, I just need to be added as a contributor I think :)