Skip to content

Commit

Permalink
[daggy-u] include SensorEvaluationContext import in full code example (
Browse files Browse the repository at this point in the history
…#23029)

## Summary & Motivation

- Includes SensorEvaluationContext import in full example at end of
"Lesson 9: Building the sensor"

Comment from community member, Joseph:
> Hi, I'm going through the Dagster Essentials course and noticed the
SensorEvaluationContext import is missing from the last code block of
[Building the
sensor](https://courses.dagster.io/courses/take/dagster-essentials/multimedia/48127179-building-the-sensor).
Just thought y'all should know
  • Loading branch information
cmpadden authored Jul 16, 2024
1 parent c76651b commit fad3a5c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ Putting everything together, you should have the following code in `sensors/__in
```python
from dagster import (
RunRequest,
SensorEvaluationContext,
SensorResult,
sensor,
)
Expand Down

1 comment on commit fad3a5c

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

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

Please sign in to comment.