Skip to content
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

[daggy-u] Example code fixes for extra credit lesson in Dagster Essentials #25418

Merged
merged 2 commits into from
Oct 22, 2024

Conversation

aleexharris
Copy link
Contributor

@aleexharris aleexharris commented Oct 22, 2024

Summary & Motivation

One example code snippet was missing an import (MaterializeResult) and the other had an additional unnecessary import (get_dagster_logger). This would be especially confusing for newbies, because get_dagster_logger isn't covered anywhere in the course.

How I Tested These Changes

It's just a markdown typo and the code now works in my Dagster University project.

@graphite-app graphite-app bot requested a review from PedramNavid October 22, 2024 09:29
@graphite-app graphite-app bot added area: dagster-university Related to Dagster University area: docs Related to documentation in general labels Oct 22, 2024
Copy link
Contributor

@cmpadden cmpadden left a comment

Choose a reason for hiding this comment

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

Hi @aleexharris, thanks for taking the time to update the lesson.

It's much appreciated!

@cmpadden cmpadden merged commit 0c1803a into dagster-io:master Oct 22, 2024
0 of 3 checks passed
Grzyblon pushed a commit to Grzyblon/dagster that referenced this pull request Oct 26, 2024
…tials (dagster-io#25418)

## Summary & Motivation

One example code snippet was missing an import (`MaterializeResult`) and
the other had an additional unnecessary import (`get_dagster_logger`).
This would be especially confusing for newbies, because
`get_dagster_logger` isn't covered anywhere in the course.

## How I Tested These Changes

It's just a markdown typo and the code now works in my Dagster
University project.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: dagster-university Related to Dagster University area: docs Related to documentation in general
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants