Bird
0
0

Which of the following is the correct way to schedule a job in dbt Cloud UI?

easy📝 Syntax Q12 of 15
dbt - Production Deployment
Which of the following is the correct way to schedule a job in dbt Cloud UI?
AUpload SQL files to the cloud storage
BWrite a Python script to run dbt commands
CManually run dbt commands every hour
DSet a cron expression to run commands automatically
Step-by-Step Solution
Solution:
  1. Step 1: Identify scheduling method in dbt Cloud

    dbt Cloud UI allows scheduling jobs using cron expressions to automate command runs.
  2. Step 2: Eliminate incorrect options

    Options B, C, and D do not describe scheduling via the UI; only "Set a cron expression to run commands automatically" correctly describes cron scheduling.
  3. Final Answer:

    Set a cron expression to run commands automatically -> Option D
  4. Quick Check:

    Scheduling in dbt Cloud = cron expression [OK]
Quick Trick: Scheduling uses cron expressions in dbt Cloud UI [OK]
Common Mistakes:
MISTAKES
  • Confusing manual runs with scheduled jobs
  • Thinking Python scripts are needed for scheduling
  • Assuming uploading files schedules jobs

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More dbt Quizzes