Create and run a job

Teradata Developer Guides

ft:locale
en-US
ft:lastEdition
2026-08-18
  1. On the environment page, click Create job. From the available options, select Deploy job.

    dbt Cloud - Create job

  2. On the Deploy job page, provide the job details:

    • Job name: Enter a name such as jaffle_shop.
    • Environment: Select the environment created earlier.
    • Commands: Add the command to run, such as dbt build.

    You can schedule the job using the scheduling options. You can also enable source freshness and adjust advanced configurations such as threads and target name based on your project requirements.

    dbt Cloud - Deploy job configuration

  3. Save the job.

  4. After saving the job, dbt Cloud opens the job details page. Click Run now to start the job.

    dbt Cloud - Run job

  5. After the job completes, verify that the run is successful.

    dbt Cloud - Successful job run

After the job completes, you will be able to view the following:

  1. Run summary – Displays the various stages of the job along with their run times. Expanding these summaries provides access to console and debug logs, which can be downloaded.
  2. Lineage – Displays a graph representing the data flow in your project.
  3. Model timing – Shows the execution times of models and tests.
  4. Artifacts – Provides access to artifacts from your runs, such as the manifest.json file.