Jetiaime opened a new issue, #6774: URL: https://github.com/apache/seatunnel/issues/6774
### 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 I'm rewrting SeaTunnel-Web for some reason, I found that there is not necessary to have datasource in the Web Project, we can just using Catalog instead, but I got some problems when I using Catalog: 1. jdbc connector is so special that i have to split it to multi connector for different catalog, can we make sure one catalog to one connector? There will be more easy for writing catalog related service. 2. I cannot get TableSchema when I have unsupported Column Type. There will be better if we just record it in the column and let the user know there cannot be selected. I'm thinking of making catalog not only for the inside of seatunnel, but as a service that can be requested. So we can cut all the metadata service off and just be a client to seatunnel engine. ### Usage Scenario _No response_ ### Related issues _No response_ ### Are you willing to submit a PR? - [X] 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]
