hailin0 commented on code in PR #7131: URL: https://github.com/apache/seatunnel/pull/7131#discussion_r1668348905
########## docs/en/concept/sink-options-placeholders.md: ########## @@ -0,0 +1,110 @@ +# Sink Options Placeholders.md + +## Introduction + +The SeaTunnel provides a sink options placeholders feature that allows you to get upstream table metadata through placeholders. + +This functionality is essential when you need to dynamically get upstream table metadata (such as multi-table writes). + +This document will guide you through the usage of these placeholders and how to leverage them effectively. + +## Support Those Engines + +> SeaTunnel Zeta<br/> +> Flink<br/> +> Spark<br/> + +## Placeholder Review Comment: @EricJoy2048 @Hisoka-X -- 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]
