nikogura / dbt

A delivery system for running self-updating, signed tools.
MIT License
62 stars 9 forks source link

Feature Request: Make dbt config templatable in install script. #18

Open nikogura opened 3 years ago

nikogura commented 3 years ago

Right now the installer script writes a very basic config json into ~/.dbt/conf/dbt.json. None of the advanced auth configs are able to be added there without editing the installer, nor are there any instructions on how to do so.

Either add some more docs on how to do this, or better yet add some templating functions so that it can be done semi-automagically without having to hack on the templates.