dbt-codegen icon indicating copy to clipboard operation
dbt-codegen copied to clipboard

create_base_models should accept leading_commas and case_sensitive_cols arguments

Open BrianPardoAtCalHR opened this issue 1 year ago • 0 comments

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.

BrianPardoAtCalHR avatar Mar 11 '24 22:03 BrianPardoAtCalHR