Add a new tutorial which shows how to debug a failing pipeline - #16225
Merged
Conversation
daniel-prefect
marked this pull request as ready for review
December 6, 2024 23:45
daniel-prefect
requested review from
cicdw,
desertaxle,
discdiver and
zzstoatzz
as code owners
December 6, 2024 23:45
discdiver
reviewed
Dec 9, 2024
discdiver
left a comment
Contributor
There was a problem hiding this comment.
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. |
Contributor
There was a problem hiding this comment.
Can they skip to this state easily?
Contributor
Author
There was a problem hiding this comment.
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.
Contributor
There was a problem hiding this comment.
ooo. That would be cool. Could add as a linear issue.
Contributor
Author
There was a problem hiding this comment.
Co-authored-by: Jeff Hale <discdiver@users.noreply.github.com>
Co-authored-by: daniel-prefect <daniel@prefect.io>
discdiver
self-requested a review
December 9, 2024 19:02
br413
pushed a commit
to br413/prefect
that referenced
this pull request
Jul 14, 2026
…ctHQ#16225) Co-authored-by: Jeff Hale <discdiver@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.