From 2ec7fdc2d406833158b0026391f9a98e20994de1 Mon Sep 17 00:00:00 2001 From: Erin Cochran Date: Tue, 27 Feb 2024 12:59:47 -0500 Subject: [PATCH] Update category page --- docs/dagster-university/pages/dagster-dbt.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/dagster-university/pages/dagster-dbt.md b/docs/dagster-university/pages/dagster-dbt.md index 8b1c92be7a30c..cfd7b7594ac61 100644 --- a/docs/dagster-university/pages/dagster-dbt.md +++ b/docs/dagster-university/pages/dagster-dbt.md @@ -28,4 +28,10 @@ title: Dagster + dbt - [Overview](/dagster-dbt/lesson-4/1-overview) - [Speeding up the development cycle](/dagster-dbt/lesson-4/2-speeding-up-the-development-cycle) - [Debugging failed runs](/dagster-dbt/lesson-4/3-debugging-failed-runs) - - [Customizing your execution](/dagster-dbt/lesson-4/4-customizing-your-execution) \ No newline at end of file + - [Customizing your execution](/dagster-dbt/lesson-4/4-customizing-your-execution) +- Lesson 7: Deploying to Dagster Cloud + - [Overview](/dagster-dbt/lesson-7/1-overview) + - [Pushing the project to GitHub](/dagster-dbt/lesson-7/2-pushing-the-project-to-github) + - [Setting up Dagster Cloud](/dagster-dbt/lesson-7/3-setting-up-dagster-cloud) + - [Creating the manifest with GitHub Actions](/dagster-dbt/lesson-7/4-creating-the-manifest-with-github-actions) + - [Preparing for a sucessful run](/dagster-dbt/lesson-7/5-preparing-for-a-successful-run)