The problem I’m having
In snowflake we have the same DB’s but they have prod or dev at the end. Can we automate thedbt_project.yml so that it would automatically set it for dev or prod. So we dont have to change it manually.
The context of why I’m trying to do this
What I’ve already tried
This is what we do now.
[database: mde_bi_dev #switch to mde_bi_dev during development, mde_bi_prod before creating PR]