-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Add a new tutorial which shows how to debug a failing pipeline #16225
Conversation
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.
Nice! Minor suggestions.
In this tutorial, you'll learn what to do when those data pipelines fail. | ||
|
||
<Info> | ||
This tutorial starts where the [previous tutorial](/v3/tutorials/platform) leaves off, so complete that one first. |
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.
Can they skip to this state easily?
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 would love to have a Terraform script they can run to provision Prefect Cloud automatically with the requisite workspaces and work pools. I might need some help with this though.
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.
ooo. That would be cool. Could add as a linear issue.
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.
Co-authored-by: Jeff Hale <[email protected]>
Co-authored-by: daniel-prefect <[email protected]>
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.
Cool.
Closes https://linear.app/prefect/issue/DOC-96/create-an-operator-tutorial-for-debugging-flow-runs
Preview: https://prefect-bd373955-debug_flow_runs_tutorial.mintlify.app/v3/tutorials/debug
Checklist
<link to issue>
"If this pull request adds new functionality, it includes unit tests that cover the changesIf this pull request removes docs files, it includes redirect settings inmint.json
.If this pull request adds functions or classes, it includes helpful docstrings.