davidzollo opened a new pull request, #10682:
URL: https://github.com/apache/seatunnel/pull/10682

   ## Purpose of this pull request
   
   Improve the Redshift sink connector documentation to make it more complete 
and usable, referencing the MySQL sink documentation structure.
   
   ## Changes
   
   ### Documentation improvements for both English and Chinese:
   
   - Added **Sink Options** table with all supported configuration parameters 
(url, driver, username, password, query, database, table, schema, primary_keys, 
batch_size, is_exactly_once, xa_data_source_class_name, schema_save_mode, 
data_save_mode, enable_upsert, multi_table_sink_replica, etc.)
   - Added **Support Redshift Version** section
   - Added **Using Dependency** section with separate instructions for 
Spark/Flink and Zeta engines
   - Added **Key Features** section that correctly includes support for 
multiple table write
   - Added **Simple example** with a complete job configuration (env + source + 
transform + sink)
   - Added **Generate Sink SQL** example
   - Added **Exactly-Once** example with XA transaction configuration
   - Improved **CDC** example with schema_save_mode and data_save_mode
   - Added **Multiple Table Sync** examples:
     - CDC multiple table sync to Redshift
     - JDBC Source multiple table sync to Redshift
   - Standardized section naming and formatting to be consistent with other 
connector docs (e.g., MySQL sink)
   


-- 
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]

Reply via email to