Hisoka-X commented on issue #7739:
URL: https://github.com/apache/seatunnel/issues/7739#issuecomment-2404163000

   > Should i not only support command-line submit of job config verification, 
but also support restapi verification?
   
   We can support shell script at first, then support restapi with another pr.
   
   > 2.1 Only checks whether this config file can generate DAG?
   
   Although the feature is called verification, its behavior is closer to 
pre-execution. We need to execute the code directly until LogicalDag is 
generated. During the pre-execution process, we can print out a lot of useful 
information, such as the number and schema of the tables produced by 
source/transform, and the display of the final generated LogicalDag in log.
   
   > 2.2 The Required OptionRule configuration of the connector also need to be 
verified?
   
   after 2.1 finished, the optionrule also be verified.


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