Skip to content

Commit

Permalink
[daggy-u] - Remove asterisks from code snippet (#22049)
Browse files Browse the repository at this point in the history
## Summary & Motivation

This PR removes some extra asterisks (likely leftover formatting) from
Lesson 9 of DU Essentials.

## How I Tested These Changes
  • Loading branch information
erinkcochran87 authored May 23, 2024
1 parent 94ec68f commit a97c1dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ As with your other Dagster definitions, the final step is to add the sensor, its
3. Add the `adhoc_request_job` to `all_jobs` :

```python
all_jobs = [trip_update_job, weekly_update_job**, adhoc_request_job**]
all_jobs = [trip_update_job, weekly_update_job, adhoc_request_job]
```

4. Beneath `all_schedules`, create a new variable named `all_sensors` and add the `adhoc_request_sensor` to it:
Expand Down

1 comment on commit a97c1dd

@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-536fee3c4-elementl.vercel.app
https://master.dagster.dagster-docs.io

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

Please sign in to comment.