Skip to content

Commit

Permalink
[daggy-u] instruct users to install dagster 1.7 in course (#22790)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmpadden authored Jul 1, 2024
1 parent bb69f3f commit fa2c660
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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.
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.

1 comment on commit fa2c660

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for dagster-university ready!

✅ Preview
https://dagster-university-eebqgvhut-elementl.vercel.app

Built with commit fa2c660.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.