Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

handle dbt custom schemas in the different tasks #430

Open
PaulMatthieu opened this issue May 18, 2022 · 1 comment · May be fixed by #438
Open

handle dbt custom schemas in the different tasks #430

PaulMatthieu opened this issue May 18, 2022 · 1 comment · May be fixed by #438

Comments

@PaulMatthieu
Copy link
Contributor

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 :)

@bastienboutonnet
Copy link
Member

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.

@PaulMatthieu PaulMatthieu linked a pull request Jun 8, 2022 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants