Run a model in production schema from development environment

255 views Asked by At

We are in dbt Cloud. Many times (especially for incremental models) I would like to run a model only one time with a specific set of parameters, which I don't want to push into the main branch. I would like to test a dbt run in a development environment and then I would like to run the same code in production. Same, meaning that all the ref() functions and so on use the production schema instead.

0

There are 0 answers