Skip to content

Commit 59a1902

Browse files
committed
Updated prefix instructions
1 parent 69d9dd5 commit 59a1902

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/docs/pipelines/configuration/partition-filenames.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ For example, the output from a Pipeline in your R2 bucket might look like this:
1515
- event_date=2024-09-06/hr=15/37db9289-15ba-4e8b-9231-538dc7c72c1e-15.json.gz
1616
```
1717

18-
## Filepath
19-
Customizing the filepath allows you to store data with a specific prefix inside your specified R2 bucket. The data will remain partitioned by date.
18+
## Prefix
19+
You can specify an optional prefix for all the output files stored in your specified R2 bucket. The data will remain partitioned by date.
2020

2121
To modify the prefix for a Pipeline using Wrangler:
2222
```sh
23-
wrangler pipelines update <pipeline-name> --filepath "test"
23+
wrangler pipelines update <pipeline-name> --prefix "test"
2424
```
2525

2626
All the output records generated by your pipeline will be stored under the prefix "test", and will look like this:

0 commit comments

Comments
 (0)