Bird
0
0

Which prefix is commonly used in dbt to indicate a model that prepares raw data for further transformations?

easy📝 Conceptual Q2 of 15
dbt - Project Organization
Which prefix is commonly used in dbt to indicate a model that prepares raw data for further transformations?
Astg_
Bdim_
Cfct_
Dagg_
Step-by-Step Solution
Solution:
  1. Step 1: Identify common dbt prefixes

    In dbt, stg_ is used for staging models that clean and prepare raw data.
  2. Step 2: Differentiate from other prefixes

    dim_ is for dimension tables, fct_ for fact tables, and agg_ for aggregated data.
  3. Final Answer:

    stg_ -> Option A
  4. Quick Check:

    stg_ prefix = staging models [OK]
Quick Trick: stg_ means staging, the first step in data prep [OK]
Common Mistakes:
MISTAKES
  • Confusing dim_ with staging
  • Using fct_ for raw data
  • Assuming agg_ is for staging

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More dbt Quizzes