Skip to content

Commit

Permalink
Update website/docs/reference/node-selection/defer.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Dec 13, 2024
1 parent badbdeb commit 852f8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/reference/node-selection/defer.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ By default, dbt uses the [`target`](/reference/dbt-jinja-functions/target) names

When `--defer` is enabled, dbt resolves ref calls using the state manifest instead, but only if:

1. The node isn’t in the selected nodes **and**
1. The node isn’t among the selected nodes, _and_
2. It doesn’t exist in the database (or `--favor-state` is used).

Ephemeral models are never deferred, since they serve as "passthroughs" for other `ref` calls.
Expand Down

0 comments on commit 852f8f1

Please sign in to comment.