Pipelines: add typed bindings, error metrics, and setup improvements#28454
Draft
Marcinthecloud wants to merge 2 commits intoproductionfrom
Draft
Pipelines: add typed bindings, error metrics, and setup improvements#28454Marcinthecloud wants to merge 2 commits intoproductionfrom
Marcinthecloud wants to merge 2 commits intoproductionfrom
Conversation
…ments - Add typed pipeline bindings section with schema-to-TS type mapping - Add user error metrics (AccountPipelinesUserErrorsAdaptiveGroups) with GraphQL examples - Simplify getting-started by removing manual R2 bucket/catalog steps - Update wrangler setup flow with Simple mode and inline retry - Add changelog entry for typed bindings, setup improvements, and error metrics - Fix style guide issues (navigate→go to, enable/disable→turn on/off, see→refer to)
Contributor
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
cmackenzie1
reviewed
Feb 19, 2026
cmackenzie1
approved these changes
Feb 19, 2026
Contributor
Contributor
garvit-gupta
left a comment
There was a problem hiding this comment.
Looks great in general!
| - Compression: `zstd` | ||
| - Roll file when size reaches (MB): `100` | ||
| - Roll file when time reaches (seconds): `10` (for faster data visibility in this tutorial) | ||
| - Catalog API token: Enter your token from step 1 |
Contributor
There was a problem hiding this comment.
Would it not provision one automatically?
| You can filter by a specific error type by adding `errorType` to the filter: | ||
|
|
||
| ```graphql | ||
| pipelinesUserErrorsAdaptiveGroups( |
Contributor
There was a problem hiding this comment.
If you think it is a good idea, we can also recommend users to try out pipelinesUserErrorsAdaptive which can provide them with detailed error descriptions within a 24h window.
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.
Documents three Pipelines features: typed pipeline bindings via
wrangler types, the new user error metrics GraphQL dataset for monitoring dropped events, and the simplifiedwrangler pipelines setupflow with automatic R2 bucket/catalog creation.