When Wrangler is used to connect to SQL server database, only tables from the default schema is listed. One solution is to list all the schemas from the DatabaseMetData instead of using the connection schema for SQL server. https://github.com/data-integrations/wrangler/blob/develop/wrangler-service/src/main/java/io/cdap/wrangler/service/database/DatabaseHandler.java#L372