Skip to content

Commit 18a6185

Browse files
authored
Merge pull request #2 from colleenmcginnis/cmcg-best-practices-ingest-pipelines
More suggested edits
2 parents 1b0fbe4 + 6f7c288 commit 18a6185

File tree

2 files changed

+37
-305
lines changed

2 files changed

+37
-305
lines changed

manage-data/ingest/transform-enrich/error-handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ We can restructure the pipeline by moving the `on_failure` handling directly int
9393

9494
:::{note}
9595
While executing two `set` processors within the `dissect` error handler may not always be ideal, it serves as a demonstration.
96-
{note}
96+
:::
9797

9898
For the `dissect` processor, consider setting a temporary field like `_tmp.error: dissect_failure`. You can then use `if` conditions in later processors to execute them only if parsing failed, allowing for more controlled and flexible error handling.
9999

0 commit comments

Comments
 (0)