-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[docs] docs changes for manual tick #26444
base: master
Are you sure you want to change the base?
Conversation
Deploy preview for dagster-university ready! ✅ Preview Built with commit ee446bb. |
vetted: false | ||
- id: eval-schedule-result-page.png | ||
workspace: python_modules/dagster-test/dagster_test/toys/workspace.yaml | ||
steps: | ||
- navigate to the page for math_schedule | ||
- click the test schedule button, then the evaluate button | ||
- click the Preview tick result button, then the evaluate button |
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.
The step references the evaluate button
but should be updated to Continue button
to match the UI changes documented in the rest of the PR. This will maintain consistency in the documentation.
Spotted by Graphite Reviewer
Is this helpful? React 👍 or 👎 to let us know.
Summary & Motivation
This PR refactors all relevant parts of the Testing sensors/schedules sections for the new UI.
Videos for Manual Tick:
Sensor: https://github.com/user-attachments/assets/053eeada-27b2-43d0-aaea-c98c9707a7c0
Schedule: https://github.com/user-attachments/assets/0f8cea65-aef7-44f7-833e-fa111b82b703
NOTE: Tutorial and Dagster U docs need screenshots, didn't have enough time to add sorry
These ones in particular:
docs/content/tutorial/scheduling-your-pipeline.mdx
docs/dagster-university/pages/dagster-essentials/lesson-7/jobs-schedules-dagster-ui.md
docs/dagster-university/pages/dagster-essentials/lesson-9/enabling-the-sensor.md
How I Tested These Changes
Tested locally