dbt-labs / dbt-codegen

Macros that generate dbt code
https://hub.getdbt.com/dbt-labs/codegen/latest/
Apache License 2.0
459 stars 99 forks source link

Remove hard-coded values for database and schema #139

Closed dbeatty10 closed 1 year ago

dbeatty10 commented 1 year ago

resolves #138

This is a:

Description & motivation

https://github.com/dbt-labs/dbt-codegen/pull/124 included some hard-coded values, and this PR replaces those with dynamic values instead.

Checklist