Enable schema browser to view remote tables with Redshift

In redshift, we have a remote connection to our postgres database but the schema browser doesn't show those tables. Would be really nice from a usability standpoint to be able to fetch those into the schema browser.

Good note shri! Its a helpful discovery that we aren't forwarding those in as well at the moment.Are you able to query those tables even though they don't load the schema? I'm guessing we would have to detect all remote tables and pull the schema from them the same way that redshift does 🤔

Yes, I’m able to query them but it’s a bit of a headache without being able to see the schema :joy: