-
Notifications
You must be signed in to change notification settings - Fork 64
Testing with Dagster dg
#97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testing with Dagster dg
#97
Conversation
Deploy preview for dagster-university ready! ✅ Preview Built with commit c654ad0. |
Can ignore the "Ensure install options" check. Since we are removing |
fb31eb3
to
c545796
Compare
|
||
To install the python dependencies with [uv](https://docs.astral.sh/uv/). | ||
In order to best use `dg` we will need the Python package manager [`uv`](https://docs.astral.sh/uv/). `uv` will allow us to install `dg` globally and more easily build our virtual environments. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just for your awareness, we hope to get dg
available via homebrew and curl
.
I actually already did the homebrew part but it's not being updated automatically via CI, so not recommended yet.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if we can create a partial to share across courses for this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah. These steps should get reviewed and standardized when we get closer on dg
https://linear.app/dagster-labs/issue/DR-1058/standardize-dagster-u-install-instructions
Convert Testing with Dagster to use
dg
.dg
dg
There is much less to convert than other courses. Mostly just restructuring to
dg
project structure and slight updates in content.