I use Amazon Redshift with MIcrostrategy. In Microstrategy i can see properly all tables from public schema. When I created my own schema, however, Microstrategy "sees" the tables, but does not see the fields inside them (i.e. when I click on a table, Microstrategy does not show the fields inside).
Any ideas what may I be doing wrong / how to configure Microstrategy to work with a schema other then "public"?
Thank you!
You probably need to add your schemas to the SEARCH_PATH for the user that Microstrategy is using to access the database.
If someone besides that user has created the tables then you may also need to GRANT access to the Microstrategy user.
Note: I do not use Microstrategy, this advice is based on issues I've seen with Tableau.