Skip to content

Commit

Permalink
[du] update references to dagster 1.7 to 1.9 (#25903)
Browse files Browse the repository at this point in the history
## Summary & Motivation

Updates references in DU course of v1.7 to 1.9.

## How I Tested These Changes

## Changelog

> Insert changelog entry or delete this section.
  • Loading branch information
cmpadden authored Nov 13, 2024
1 parent c5da936 commit aef655e
Show file tree
Hide file tree
Showing 2 changed files 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.7.*",
"dagster==1.9.*",
"dagster-cloud",
"dagster-duckdb",
"dagster-dbt",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ pip --version
To install Dagster into your current Python environment:

```shell
pip install 'dagster~=1.7'
pip install 'dagster~=1.9'
```

2 comments on commit aef655e

@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-16xn45w30-elementl.vercel.app

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

@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-docs ready!

✅ Preview
https://dagster-docs-mvkrdckgp-elementl.vercel.app
https://master.dagster.dagster-docs.io

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

Please sign in to comment.