DalongZhenZ opened a new issue, #15113:
URL: https://github.com/apache/dolphinscheduler/issues/15113

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and 
found no similar issues.
   
   
   ### What happened
   
   version:
   Dolphinscheduler   3.1.7
   seatunnel                2.3.3 
   
   what happend:
   seatunne use Dolphinscheduler can not save task
   
   
   ### What you expected to happen
   
   
   my seatunnel config:  use Dolphinscheduler    can not save 
   -------------------------------------------------------------------------
   env {
    
     job.mode = "BATCH"
    
   }
   
   source {
     Jdbc {
    driver = "com.mysql.cj.jdbc.Driver"
    url = 
"jdbc:mysql://xxxx:xxxxx/uat_sycompreappealm?serverTimezone=GMT%2b8&characterEncoding=utf-8"
    user = "root"
    password = "xx"
    query = "select phone,card_no from uat_sycompreappealm.complaint_handling"
    } 
   }
   sink {
    Jdbc {
    url = 
"jdbc:mysql://xxxx:xxxxx:xxxx/test?serverTimezone=GMT%2b8&characterEncoding=utf-8"
    driver = "com.mysql.cj.jdbc.Driver"
    user = "root"
    password = "xxx"
    generate_sink_sql = true
    database = test
    table = ddddddd
    
   } 
   }
   -----------------------------------------------------------------------
   
   but   like this:
   
   ---------------------
   env {
     job.mode = "BATCH"
   }
   
   source {
   console{}
   }
   sink {
   console{}
   }
   
   it can save 
   
   ### How to reproduce
   
   seatunnel can not save task
   
   ### Anything else
   
   
![image](https://github.com/apache/dolphinscheduler/assets/60906603/f9c1c9e0-2775-4e9b-8b46-74a162ee5c49)
   
   
   ### Version
   
   3.1.x
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


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