dbt Fundamentals course - Need help

I am on step 15 and it says the below but I do not see “Deploy” option on left. Wondering if instructions are old and Orchestration was meant instead?

Deploy dbt

Use dbt’s Scheduler to deploy your production jobs confidently and build observability into your processes. You’ll learn to create a deployment environment and run a job in the following steps.

Create a deployment environment

  1. In the upper left, select Deploy, then click Environments.
  2. Click Create Environment.
  3. In the Name field, write the name of your deployment environment. For example, “Production.”
  4. In the dbt Version field, select the latest version from the dropdown.
  5. Under Deployment connection, enter the name of the dataset you want to use as the target, such as “Analytics”. This will allow dbt to build and work with that dataset. For some data warehouses, the target dataset may be referred to as a “schema”.
  6. Click Save.

Thanks,
thendreks

Hi Thendreks, you’re correct: the menu has changed recently. The Deploy section is now called Orchestration.

If you want, you can open a PR to update this outdated naming by clicking ‘Edit this page’. dbt Labs staff will review it and merge it for you.
Contributions like this are important and always welcome by the community.

1 Like