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

Feat: Add sample macro that overrides model yaml macro in "samples" folder #91

Merged
merged 2 commits into from
Jun 10, 2024

Conversation

faithebear
Copy link
Contributor

@faithebear faithebear commented Jun 10, 2024

Description & motivation

Some RO groups do not like to use all lowercase. dbt's codegen package natively makes everything lowercase when generating model yaml, and this behavior is really annoying if you use CamelCase. I added a .sql file in the samples folder that removes the "lower" operation from the generate_model_yaml macro so that other groups can override it if they want to.

I also deleted the rest of the PR template because this change is in isolation.

@bethanyhipple-dbtlabs bethanyhipple-dbtlabs merged commit 7dabd82 into main Jun 10, 2024
6 of 7 checks passed
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 this pull request may close these issues.

2 participants