Skip to content

Commit 722f011

Browse files
committed
docs: update oss sink on group by
1 parent b92b3fe commit 722f011

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ It expects configuration from env variables. Or you can pass configuration from
7979
| OSS | OSS__SERVICE_ACCOUNT | Service account for OSS. |
8080
| | OSS__DESTINATION_BUCKET_PATH | The destination path in a OSS bucket to put the result files. Must include the OSS bucket name. |
8181
| | 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. |
8484
| | OSS__COLUMN_MAPPING_FILE_PATH | Path to the mapping column for the record result. "" for ignore (default: "") |
8585
| | OSS__FILENAME_PATTERN | Pattern to be used in the generated file names. eg `sample-{batch_start}-{batch_end}.json`. |
8686
| | OSS__ENABLE_OVERWRITE | Flag to overwrite the file based on destination bucket path. |

0 commit comments

Comments
 (0)