You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
The text was updated successfully, but these errors were encountered:
Thank you so much @PaulMatthieu that's amazing that you have a PR for this!
You actually do not need to be a contributor. If you fork the repository, you'll be able to open a PR against the main branch of this repo and I'll be able to review it and merge it here.
Have you worked from forks before?
Hopefully the guidelines in CONTRIBUTING.md should help you if you're unfamiliar with that way or contributing to repos. If you're stuck feel free to follow up here and I can help you out more.
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 :)
The text was updated successfully, but these errors were encountered: