Skip to main content

What if my prod environment isn't named prod?

You can specify the defer-to environment using the defer_to_target config in profiles.yml:

my_project:
outputs:
prod:
type: snowflake
defer_to_target: production

defer_to_target only applies to self-managed deployments. If you're using the dbt platform, deferral is configured through your environment settings in the UI. For more details, refer to Configuring deferral.

Was this page helpful?

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

0