Enabling dbt State in Studio Preview
When you enable dbt State in the Studio IDE, it runs automatically on every dbt run or dbt build during development — skipping unchanged models and reusing production results so your runs are faster.
You can turn it on for your development environment so it's the default for everyone, or you can override that setting just for your own account.
Prerequisite: An account admin must enable dbt State before you can use it.
Enabling dbt State on a development environment
Enabling dbt State on your development environment turns it on for everyone using the Studio IDE, unless they override it for their own account.
- Go to Orchestration > Environments and select your development environment.
- Click Settings > Edit.
- In the dbt State section, select Enable dbt State.
- Click Save.
- In the pop-up box, click Continue if you want to go ahead with the changes and restart all IDE sessions for this project.
Overriding dbt State setting per user
You can override the development environment's dbt State setting for your own account without affecting other users. Because the user-level setting takes precedence over the environment-level setting, you can turn dbt State on for yourself before enabling it for your whole team, or turn it off when it's enabled at the environment level.
- Click your account name in the lower-left corner and select Account settings.
- Under Your profile, go to Credentials.
- Select the project you want to enable dbt State for.
- Click Edit and go to the User development settings section.
- Under dbt State, select one of the following options:
- Enabled: Enables dbt State for your user regardless of the development environment setting.
- Disabled: Disables dbt State for your user regardless of the development environment setting.
- Reset (inherit from development): Only appears after you've saved an Enabled or Disabled override. Clears your override and falls back to the dbt State setting configured on your development environment.
- Click Save.
Related docs
Was this page helpful?
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.