chl-wxp commented on code in PR #6131: URL: https://github.com/apache/seatunnel/pull/6131#discussion_r1442686361
########## docs/en/connector-v2/sink/S3File.md: ########## @@ -241,6 +246,22 @@ When File Format is Excel,The maximum number of data items that can be cached in Writer the sheet of the workbook +### schema_save_mode[Enum] + +Before turning on the synchronous task, do different treatment of the target path. +Option introduction: +`RECREATE_SCHEMA` :Will create when the path does not exist, delete and rebuild when the path is saved Review Comment: updated ########## docs/en/connector-v2/sink/S3File.md: ########## @@ -241,6 +246,22 @@ When File Format is Excel,The maximum number of data items that can be cached in Writer the sheet of the workbook +### schema_save_mode[Enum] + +Before turning on the synchronous task, do different treatment of the target path. +Option introduction: +`RECREATE_SCHEMA` :Will create when the path does not exist, delete and rebuild when the path is saved +`CREATE_SCHEMA_WHEN_NOT_EXIST` :Will Created when the path does not exist, skipped when the path is saved Review Comment: updated ########## docs/en/connector-v2/sink/S3File.md: ########## @@ -241,6 +246,22 @@ When File Format is Excel,The maximum number of data items that can be cached in Writer the sheet of the workbook +### schema_save_mode[Enum] + +Before turning on the synchronous task, do different treatment of the target path. +Option introduction: +`RECREATE_SCHEMA` :Will create when the path does not exist, delete and rebuild when the path is saved +`CREATE_SCHEMA_WHEN_NOT_EXIST` :Will Created when the path does not exist, skipped when the path is saved +`ERROR_WHEN_SCHEMA_NOT_EXIST` :Error will be reported when the path does not exist + +### data_save_mode[Enum] + +Before opening the synchronous task, the data file in the target path is differently processed. +Option introduction: +`DROP_DATA`: Preserve path structure and delete data Review Comment: updated -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
