@@ -27,7 +27,7 @@ wrangler pipelines create <name> --r2 <r2-bucket-name> [OPTIONS]
2727- ` --cors-origins ` <Type text = " array" /> <MetaInfo text = " optional" />
2828 - CORS Origin allowlist for HTTP endpoint. Allows ` * ` . Defaults to an empty array.
2929- ` --batch-max-mb ` <Type text = " number" /> <MetaInfo text = " optional" />
30- - The maximum size a batch before data is written in megabytes. Defaults to ` 100 ` . Must be between ` 0.001 ` and ` 100 ` .
30+ - The maximum size a batch before data is written in megabytes. Defaults to ` 100 ` . Must be between ` 1 ` and ` 100 ` .
3131- ` --batch-max-rows ` <Type text = " number" /> <MetaInfo text = " optional" />
3232 - The maximum number of rows in a batch before data is written. Defaults to ` 10000000 ` . Must be between ` 1 ` and ` 10000000 ` .
3333- ` --batch-max-seconds ` <Type text = " number" /> <MetaInfo text = " optional" />
@@ -62,7 +62,7 @@ wrangler pipelines update <name> [OPTIONS]
6262- ` --cors-origins ` <Type text = " array" /> <MetaInfo text = " optional" />
6363 - CORS Origin allowlist for HTTP endpoint. Allows ` * ` . Defaults to an empty array.
6464- ` --batch-max-mb ` <Type text = " number" /> <MetaInfo text = " optional" />
65- - The maximum size a batch before data is written in megabytes. Defaults to ` 100 ` . Must be between ` 0.001 ` and ` 100 ` .
65+ - The maximum size a batch before data is written in megabytes. Defaults to ` 100 ` . Must be between ` 1 ` and ` 100 ` .
6666- ` --batch-max-rows ` <Type text = " number" /> <MetaInfo text = " optional" />
6767 - The maximum number of rows in a batch before data is written. Defaults to ` 10000000 ` . Must be between ` 1 ` and ` 10000000 ` .
6868- ` --batch-max-seconds ` <Type text = " number" /> <MetaInfo text = " optional" />
@@ -108,4 +108,4 @@ Lists all pipelines in your account.
108108
109109``` txt
110110wrangler pipelines list [OPTIONS]
111- ```
111+ ```
0 commit comments