Hi Ravi, Even though it is specified that we wan to retrieve just the user tables, some databases also return some system tables. Eg sqlserver returns at least dtproperties (which is a system table) for instance, while not returning the rest of the sys tables. Could you file an issue against your scenario ? Usefull information will be : database (and version), jdbc driver (and version) and some example system table names that are returned.
Cannot make any promises at this moment when I can find time to have a look at this though.. Mvgr, Martin ravi wrote:
Hi all I have to dump the schema of only user tables to xml file. When I use Platform.readModelFromDatabase() method ,XML file contains system table also. How can I do that? Thanks, Ravi