Hisoka-X opened a new issue, #9764: URL: https://github.com/apache/seatunnel/issues/9764
### Search before asking - [x] I had searched in the [feature](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement. ### Description Implementing debug mode in zeta without writing data to the target database. Allows users to: 1. Print the table structure and data output by the source; 2. Print the table structure and data output by the transform; 3. Print a preview of the create table sql created by the sink (https://github.com/apache/seatunnel/blob/dev/seatunnel-api/src/main/java/org/apache/seatunnel/api/table/catalog/Catalog.java#L325) 4. Can specify the number of data entries to read (the default is 10). ### Usage Scenario _No response_ ### Related issues _No response_ ### Are you willing to submit a 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]
