Bird
0
0

What does the built-in Jinja context variable run_started_at provide in dbt?

easy📝 Conceptual Q11 of 15
dbt - Jinja in dbt
What does the built-in Jinja context variable run_started_at provide in dbt?
AThe total number of models in the project
BThe name of the current model being executed
CThe timestamp when the current dbt run started
DThe database connection string
Step-by-Step Solution
Solution:
  1. Step 1: Understand the purpose of run_started_at

    This variable holds the timestamp marking the start of the dbt run.
  2. Step 2: Compare with other options

    Other options describe unrelated information like model name or connection details.
  3. Final Answer:

    The timestamp when the current dbt run started -> Option C
  4. Quick Check:

    run_started_at = Timestamp [OK]
Quick Trick: Remember: run_started_at = run start time [OK]
Common Mistakes:
MISTAKES
  • Confusing run_started_at with model name
  • Thinking it gives database info
  • Assuming it counts models

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More dbt Quizzes