Skip to main content

Parsing

Partial Parsing

The PARTIAL_PARSE flag can turn partial parsing on or off in your project. See the docs on parsing for more details.

dbt_project.yml

flags:
partial_parse: true

Usage
dbt run --no-partial-parse

Static parser

The STATIC_PARSER config can enable or disable the use of the static parser. See the docs on parsing for more details.

profiles.yml

config:
static_parser: true

Experimental parser

Not currently in use.

Was this page helpful?

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

0