File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,8 +79,8 @@ It expects configuration from env variables. Or you can pass configuration from
79
79
| OSS | OSS__ SERVICE_ACCOUNT | Service account for OSS. |
80
80
| | OSS__ DESTINATION_BUCKET_PATH | The destination path in a OSS bucket to put the result files. Must include the OSS bucket name. |
81
81
| | OSS__ GROUP_BY | Available option: BATCH, COLUMN. "" for ignore |
82
- | | OSS_BATCH_SIZE | Batch size for the group by BATCH. |
83
- | | OSS __ COLUMN_NAME | Column name for the group by COLUMN. |
82
+ | | OSS __ GROUP_BATCH_SIZE | Batch size for the group by BATCH. |
83
+ | | OSS __ GROUP_COLUMN_NAME | Column name for the group by COLUMN. |
84
84
| | OSS__ COLUMN_MAPPING_FILE_PATH | Path to the mapping column for the record result. "" for ignore (default: "") |
85
85
| | OSS__ FILENAME_PATTERN | Pattern to be used in the generated file names. eg ` sample-{batch_start}-{batch_end}.json ` . |
86
86
| | OSS__ ENABLE_OVERWRITE | Flag to overwrite the file based on destination bucket path. |
You can’t perform that action at this time.
0 commit comments