Hello, How do I redirect the tables in a universe to different schema on the same server. I've the table names as "ABC.dbName_DEV.TableName" in development. When it goes to UAT the table names or scehmas changing to "ABC.dbName_UAT.TableName".
both of them are sitting on same server. My question is how to redirect my tables/universe to UAT / Dev as needed.
Thanks in advance!!