Checking version compatibility
For the first several years of dbt v1's development, breaking changes were more common. For this reason, we encouraged setting dbt version requirements — especially if they use features that are newer or which may break in future versions of dbt v1. By default, if you run a project with an incompatible dbt version, dbt will raise an error.
You can use the VERSION_CHECK config to disable this check and suppress the error message:
$ dbt run --no-version-check
Running with dbt=1.0.0
Found 13 models, 2 tests, 1 archives, 0 analyses, 204 macros, 2 operations....
Starting in 2024, when you select a release track in dbt to receive ongoing dbt version upgrades, dbt will ignore the require-dbt-version config.
dbt Labs is committed to zero breaking changes for code in dbt projects, with ongoing releases to dbt. We also recommend these best practices:
Was this page helpful?
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.