Non-Default MSSQL source showing tables from dbo schema only

Hi all
I am trying to reverse-engineer entities from a specific schema of a non-default Data-source. Once I set up the connection, I can verify the ‘initialSchema’ property both in the Dialog box of non-Standard source, and in the updateDB gradle task. Still, when I go to ‘Generate model’ page, it only displays the tables contained in dbo schema of the source. FYI I am testing against SQL Server 2017.

Thanks
Syed

Hi Syed,

The property should be currentSchema. Please see this document.

Thanks Konstantin,
It worked like a charm. I did run into a limitation though, but am opening a separate thread for it.

Syed