Skip to content

Commit 8723684

Browse files
authored
Improve pipelines setup command with validation retry loops (#12401)
1 parent 0b17117 commit 8723684

File tree

6 files changed

+2191
-283
lines changed

6 files changed

+2191
-283
lines changed

.changeset/fancy-gifts-shave.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
"wrangler": minor
3+
---
4+
5+
Add validation retry loops to pipelines setup command
6+
7+
The `wrangler pipelines setup` command now prompts users to retry when validation errors occur, instead of failing the entire setup process. This includes:
8+
9+
- Validation retry prompts for pipeline names, bucket names, and field names
10+
- A "simple" mode for sink configuration that uses sensible defaults
11+
- Automatic bucket creation when buckets don't exist
12+
- Automatic Data Catalog enablement when not already active
13+
14+
This improves the setup experience by allowing users to correct mistakes without restarting the entire configuration flow.

0 commit comments

Comments
 (0)