liunaijie commented on issue #6888: URL: https://github.com/apache/seatunnel/issues/6888#issuecomment-2126412547
> 使用sql 确实可以解决了,但是又有了一个新的问题   when you use sql tranfrom. the `field_mapper` will ignore. the transform result will same with you query result. You can change to console sink to verify the result struct. And you can use multiple tranfroms to generate the result you wanted, like ``` transform { sql { query = "" result_table_name = "sql_res1" } sql { query = "" source_table_name = "sql_res1" } } ``` -- 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]
