davidzollo commented on issue #8388:
URL: https://github.com/apache/seatunnel/issues/8388#issuecomment-3550161345

   Dameng batch to Dameng
   
   
   
   ```
   env {
        job.mode = "BATCH"
        parallelism = "3"
        job.name = "d7ccb7f37d8a4e5d852688e3671142fe"
   }
   
   source {
        Jdbc {
                driver = "dm.jdbc.driver.DmDriver"
                url = "jdbc:dm://10.28.xxx:5236"
                user = "U_MIGRATE"
                password= "xxxx"
                result_table_name = "TEST_KEYWORD3"
                table_path = "U_MIGRATE.MIGRATE_MANY_TYPES"
                fetch_size = 3000
   
        }
   }
   
   transform {
   }
   
   sink {
        Jdbc {
                database = "DAMENG"
                table = "U_MIGRATE.MIGRATE_MANY_TYPES_AUTO"
                batch_size = 3000
                generate_sink_sql = true
                   #primary_keys = ["ID"]
                   #enable_upsert = true
                source_table_name = "TEST_KEYWORD3"
                schema_save_mode = "CREATE_SCHEMA_WHEN_NOT_EXIST"
                data_save_mode = DROP_DATA,
                driver = "dm.jdbc.driver.DmDriver"
                url = "jdbc:dm://10.28.xxx:5236"
                user = "U_MIGRATE"
                password= "xxxx"
        }
   }
   ```


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