This content has been marked as final.
Show 1 reply
-
1. Re: Teiid Spring Boot-Multiple DB acces via ODATA
rareddy Dec 3, 2018 3:53 PM (in response to 13_abhi)Right now Teiid Spring Boot is designed either to work with one single source to expose the OData layer, or you can define multiple sources, but you would need to define the JPA layer that you want to expose in Entity models then that would be exposed in the OData Layers. i.e. You have to define entity for each Table from every data source, then OData will be for that Entity definitions.
I may change this model soon, but no ETA on it.