pmx0117 commented on issue #9863:
URL: https://github.com/apache/seatunnel/issues/9863#issuecomment-3311573331

   env {
     parallelism = "1"
     job.mode = "BATCH"
   }
   
   source {
     Jdbc {
       url = "jdbc:mysql://172.16.48.50:9030/ods"
       driver = "com.mysql.cj.jdbc.Driver"
       user = "root"
       password = "xxxx"
       query = """
         select di.platform_sku_code,
       """
     }
   }
   
   transform {
   }
   
   sink {
     Doris {
       fenodes = "172.16.48.50:8030"
       username = "root"
       password = "xxx"
     }
   }
   
   source换mysql连接器 
https://seatunnel.apache.org/zh-CN/docs/2.3.11/connector-v2/source/Mysql


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