Bird
0
0

Which command option tells dbt to compare the current project state with a previous run?

easy🧠 Conceptual Q2 of 15
dbt - Production Deployment
Which command option tells dbt to compare the current project state with a previous run?
A--select state:modified
B--state
C--full-refresh
D--defer
Step-by-Step Solution
Solution:
  1. Step 1: Identify option for state path

    The --state option specifies the path to the previous run's manifest for comparison.
  2. Step 2: Understand other options

    --select state:modified selects modified models but does not specify state location.
  3. Final Answer:

    --state -> Option B
  4. Quick Check:

    State path option = --state [OK]
Quick Trick: Use --state to specify previous run for comparison [OK]
Common Mistakes:
MISTAKES
  • Confusing --state with --select state:modified
  • Using --full-refresh to compare state
  • Thinking --defer handles state comparison

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More dbt Quizzes