From fa2c660e175bd7d6db0d9523a25f3c55743b7fdb Mon Sep 17 00:00:00 2001 From: colton Date: Mon, 1 Jul 2024 11:06:19 -0400 Subject: [PATCH] [daggy-u] instruct users to install dagster 1.7 in course (#22790) --- .../dagster-dbt/lesson-2/2-set-up-the-dagster-project.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dagster-university/pages/dagster-dbt/lesson-2/2-set-up-the-dagster-project.md b/docs/dagster-university/pages/dagster-dbt/lesson-2/2-set-up-the-dagster-project.md index 7c257a2b17753..16a54234eb681 100644 --- a/docs/dagster-university/pages/dagster-dbt/lesson-2/2-set-up-the-dagster-project.md +++ b/docs/dagster-university/pages/dagster-dbt/lesson-2/2-set-up-the-dagster-project.md @@ -22,7 +22,7 @@ setup( name="dagster_university", packages=find_packages(exclude=["dagster_university_tests"]), install_requires=[ - "dagster==1.6.*", + "dagster==1.7.*", "dagster-cloud", "dagster-duckdb", "dagster-dbt", @@ -68,4 +68,4 @@ To confirm everything works: 4. Let's confirm that you can materialize these assets by: 1. Navigating to **Overview > Jobs** 2. Clicking on the `trip_update_job` job and then **Materialize all...**. - 3. When prompted to select a partition, materialize the most recent one (`2023-03-01`). It will start a run/backfill and your assets should materialize successfully. \ No newline at end of file + 3. When prompted to select a partition, materialize the most recent one (`2023-03-01`). It will start a run/backfill and your assets should materialize successfully.