18270704097 commented on issue #9732:
URL: https://github.com/apache/seatunnel/issues/9732#issuecomment-3204923090

   <img width="4436" height="2248" alt="Image" 
src="https://github.com/user-attachments/assets/c3ba5e96-3e11-485c-8fee-1b6f0574a0c8";
 />
   
   i put the correct driver and restart the workflow
   
   a new error occurs
   
   and this is my config in seatunnel
   
   env {
     parallelism = 1
     job.mode = "BATCH"
   }
   
   source {
     Http {
       plugin_output = "http"
       url = 
"http://43.138.156.44:5173/api/data/api/services/v2/test/v1?pageNum=1&pageSize=20";
       method = "GET"
       headers {
         Authorization = "Basic XXX"
         Content-Type = "application/json"
       }
       body = """{"IT_WERKS": [{"VALUE": "1080"}]}"""
       format = "json"
       content_field = "$.data.data.*"
       schema {
         fields {
           ACCOUNT_ID = "int"
           ACCOUNT_DESCRIPTION = "string"
           ACCOUNT_PARENT = "int"
           ACCOUNT_TYPE = "string"
           ACCOUNT_ROLLUP = "string"
           CUSTOM_MEMBERS = "string"
         }
       }
     }
   }
   
   sink {
       Doris {
           fenodes = "8g003:9030"
           username = root
           password = "123456"
           database = "doris_mysql_db"
           table = "account"
           sink.enable-2pc = "true"
           sink.label-prefix = "test_json"
           doris.config = {
               format="json"
               read_json_by_line="true"
           }
       }
   }
   
   is there anything wrong?


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