Describe the feature
Any YAML or SQL generated by codegen should adhere to these style guides:
Additional context
See https://github.com/dbt-labs/dbt-codegen/pull/74/files#r944596657 for the instigating thread.
For example, here is our current and original style guides for CTEs (with statement):
Who will this benefit?
This will avoid confusion for users that see one thing recommended as a best practice or adopted style guide, but then see something else auto-generated by this package.
Describe the feature
Any YAML or SQL generated by
codegenshould adhere to these style guides:Additional context
See https://github.com/dbt-labs/dbt-codegen/pull/74/files#r944596657 for the instigating thread.
For example, here is our current and original style guides for CTEs (
withstatement):Who will this benefit?
This will avoid confusion for users that see one thing recommended as a best practice or adopted style guide, but then see something else auto-generated by this package.