Skip to main content

15 docs tagged with "dbt State"

View all tags

About dbt State

Learn about dbt State, its benefits, and key concepts for running only what has changed in your dbt project.

CI/CD setup for dbt State

Learn how to configure dbt State authentication for CI/CD environments using OAuth client credentials.

dbt State configurations

Reference for all dbt State configurations — node-level state configs and profile-level settings.

dbt State usage examples

Side-by-side dbt Core and dbt Core with dbt State execution scenarios using the Jaffle Shop project.

defer_to_target

Configure which target environment dbt State defers to for self-managed deployments.

evaluate_volatile_sql

Configure whether dbt State stores and compares the runtime results of volatile SQL functions when deciding whether to rebuild a node.

lag_tolerance

Configure lag_tolerance to prevent unnecessary node rebuilds when upstream data updates more frequently than your node needs to.

metadata_warehouse

Specify a dedicated Snowflake warehouse for dbt State metadata lookups to avoid queueing on your main compute warehouse.

pre_clone

Configure when dbt State pre-populates incremental models and snapshots in dev by cloning their production counterparts.

require_fresh_data_from

Configure how many direct parent nodes need fresh data before a node is rebuilt by dbt State.

Setting up dbt State

Learn how to install and configure dbt State across dbt Core, dbt platform, and Fusion.