On data platform for VDP in design studio we can mention the schema name specifically.
regenerateMetadata --adapter <adapter-name>
--version <adapter-version>
--driver <driver-classname>
[--driverProperties <driver-properties>]
--classPath <driver-classpath>
[--externalDriver <path-to-external-driver>]
--databaseUri <uri>
--user <user>
--password <password>
[--useKerberos]
[--useKeyTab]
[--keyTabFile <path-to-keytab-file>]
[--useKrbCache]
[--krbCacheFile <path-to-krb-cache-file>]
[--catalog <catalog>]
**[--schema <schema>]**
[--initialSize <pool-initial-size>]
[--maxActive <pool-max-active>]
[--testConnections]
[--pingQuery <pool-validation-query>]
[--reset]
[--yes]
There is no option to mention for Solution Manager, Scheduler and Data Catalog, is there a possible way we can mention different schema other than default schema (public in case of poatgresql). Please let me know and is there any future update on this