dbt-codegen
dbt-codegen copied to clipboard
create_base_models should accept leading_commas and case_sensitive_cols arguments
Describe the feature
The create_base_models macro should also accept true or false values for leading_commas and case_sensitive_cols as additional parameters. This would apply to the generated commands and will make things easier for those of us who want to preserve these settings for each model.
Describe alternatives you've considered
Manually running each generate_base_model command with these parameters.
Who will this benefit?
Anyone who uses codegen for bulk automation.