ccao-data / data-architecture

Codebase for CCAO data infrastructure construction and management
https://ccao-data.github.io/data-architecture/
5 stars 3 forks source link

Refactor naming macro to use snake_case #431

Closed dfsnow closed 1 month ago

dfsnow commented 1 month ago

This PR alters the kebab_slugify() dbt macro. It removes support for kebab-case and make slugify return strict snake_case. This is to support #422, which require snake_case table names.